Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::concepts::RandomAccessIterator Struct Reference
+ Inheritance diagram for ranges::v3::concepts::RandomAccessIterator:

Public Member Functions

template<typename I , typename V = common_reference_t<I>>
auto 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::convertible_to< V >(i[i-i]) ))
 
- Public Member Functions inherited from ranges::v3::concepts::refines< BidirectionalIterator, TotallyOrdered, SizedSentinel(_1, _1)>
void requires_ (Ts &&...)
 

Additional Inherited Members

- Public Types inherited from ranges::v3::concepts::refines< BidirectionalIterator, TotallyOrdered, SizedSentinel(_1, _1)>
using base_concepts_t = meta::list< Concepts... >