Range-v3
Range algorithms, views, and actions for the Standard Library
 All Classes Files Functions Typedefs Modules Pages
ranges::v3::range_access::ForwardCursorConcept Struct Reference
+ Inheritance diagram for ranges::v3::range_access::ForwardCursorConcept:

Public Member Functions

template<typename T >
auto requires_ (T &&t) -> decltype(concepts::valid_expr(concepts::convertible_to< bool >(t.equal(t))))
 
- Public Member Functions inherited from ranges::v3::concepts::refines< InputCursorConcept >
void requires_ (Ts &&...)
 

Additional Inherited Members

- Public Types inherited from ranges::v3::concepts::refines< InputCursorConcept >
using base_concepts_t = meta::list< Concepts...>