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

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

base_concepts_t typedef (defined in ranges::v3::concepts::refines< BidirectionalIterator, TotallyOrdered, SizedSentinel(_1, _1)>)ranges::v3::concepts::refines< BidirectionalIterator, TotallyOrdered, SizedSentinel(_1, _1)>
refines()=delete (defined in ranges::v3::concepts::refines< BidirectionalIterator, TotallyOrdered, SizedSentinel(_1, _1)>)ranges::v3::concepts::refines< BidirectionalIterator, TotallyOrdered, SizedSentinel(_1, _1)>
requires_(I i) -> decltype(concepts::valid_expr(concepts::model_of< DerivedFrom, category_t< I >, ranges::random_access_iterator_tag >(), concepts::has_type< I >(i+(i - i)), concepts::has_type< I >((i - i)+i), concepts::has_type< I >(i -(i - i)), concepts::has_type< I &>(i+=(i-i)), concepts::has_type< I &>(i -=(i - i)), concepts::model_of< Same, reference_t< I >, decltype(i[i - i])>())) (defined in ranges::v3::concepts::RandomAccessIterator)ranges::v3::concepts::RandomAccessIterator
requires_() (defined in ranges::v3::concepts::refines< BidirectionalIterator, TotallyOrdered, SizedSentinel(_1, _1)>)ranges::v3::concepts::refines< BidirectionalIterator, TotallyOrdered, SizedSentinel(_1, _1)>