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

Public Member Functions

template<typename T , typename V >
auto requires_ (T &&, V &&) -> decltype(concepts::valid_expr(concepts::model_of< OutputIterator, Iterable::iterator_t< T >, V >()))
 
- Public Member Functions inherited from ranges::v3::concepts::refines< Iterable(_1)>
void requires_ (Ts &&...)
 

Additional Inherited Members

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