Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::action::shuffle_fn::ConceptImpl Member List

This is the complete list of members for ranges::v3::action::shuffle_fn::ConceptImpl, including all inherited members.

requires_(Rng &&, Gen &&) -> decltype( concepts::valid_expr( concepts::model_of< concepts::RandomAccessRange, Rng >(), concepts::is_true(Permutable< I >()), concepts::is_true(UniformRandomNumberGenerator< Gen >()), concepts::is_true(ConvertibleTo< concepts::UniformRandomNumberGenerator::result_t< Gen >, iterator_difference_t< I >>()) )) (defined in ranges::v3::action::shuffle_fn::ConceptImpl)ranges::v3::action::shuffle_fn::ConceptImpl