Range-v3
Range algorithms, views, and actions for the Standard Library
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules Pages
ranges::v3::concepts::Iterator Struct Reference
+ Inheritance diagram for ranges::v3::concepts::Iterator:

Public Member Functions

template<typename I >
auto requires_ (I &&i) -> decltype( concepts::valid_expr( *i ))
 
- Public Member Functions inherited from ranges::v3::concepts::refines< WeaklyIncrementable, Copyable >
void requires_ (Ts &&...)
 

Additional Inherited Members

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