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

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

requires_() -> decltype(concepts::valid_expr(concepts::model_of< concepts::View, Rng >() &&concepts::model_of< concepts::Range, Rng const >() &&concepts::model_of< concepts::Same, iterator_t< Rng >, iterator_t< Rng const >>() &&concepts::model_of< concepts::Same, sentinel_t< Rng >, sentinel_t< Rng const >>())) (defined in ranges::v3::SimpleView)ranges::v3::SimpleView