Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::random_shuffle_fn Struct Reference

Public Member Functions

template<typename I , typename S , int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(RandomAccessIterator< I >()&&IteratorRange< I, S >()&&Permutable< I >()), int >::type = 0>
operator() (I begin, S end_) const
 
template<typename I , typename S , typename Gen , int _concept_requires___LINE__ = 42>
operator() (I begin, S end_, Gen &&rand) const
 
template<typename Rng , typename I = range_iterator_t<Rng>, int _concept_requires___LINE__ = 42, typename std::enable_if< (_concept_requires___LINE__==43)||(RandomAccessRange< Rng >()&& Permutable< I >()), int >::type = 0>
range_safe_iterator_t< Rng > operator() (Rng &&rng) const
 
template<typename Rng , typename Gen , typename I = range_iterator_t<Rng>, int _concept_requires___LINE__ = 42>
range_safe_iterator_t< Rng > operator() (Rng &&rng, Gen &&rand) const