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

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

base_concepts_t typedef (defined in ranges::v3::concepts::refines< IteratorRange >)ranges::v3::concepts::refines< IteratorRange >
refines()=delete (defined in ranges::v3::concepts::refines< IteratorRange >)ranges::v3::concepts::refines< IteratorRange >
requires_(I &&i, S &&s) -> decltype( concepts::valid_expr( concepts::is_false( disable_sized_iterator_range< uncvref_t< I >, uncvref_t< S >>()), concepts::has_type< D >(s-i), concepts::has_type< D >(i-s) )) (defined in ranges::v3::concepts::SizedIteratorRange)ranges::v3::concepts::SizedIteratorRange
requires_(Ts &&...) (defined in ranges::v3::concepts::refines< IteratorRange >)ranges::v3::concepts::refines< IteratorRange >