Inheritance diagram for ranges::v3::concepts::BidirectionalIota:Public Member Functions | |
| template<typename T > | |
| auto | requires_ (T t) -> decltype(concepts::valid_expr(concepts::has_type< T & >(--t))) |
Public Member Functions inherited from ranges::v3::concepts::refines< ForwardIota > | |
| void | requires_ (Ts &&...) |
Additional Inherited Members | |
Public Types inherited from ranges::v3::concepts::refines< ForwardIota > | |
| using | base_concepts_t = meta::list< Concepts...> |