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

Public Member Functions

template<typename T >
auto requires_ (T &&t) -> decltype(concepts::valid_expr(concepts::model_of< BidirectionalIterator >(begin(t))))
 
- Public Member Functions inherited from ranges::v3::concepts::refines< ForwardIterable >
void requires_ (Ts &&...)
 

Additional Inherited Members

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