Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::v3::yield_fn Struct Reference

Synopsis of methods

constexpr yield_fn yield {}
 

Public Member Functions

template<typename V , requires = (CopyConstructible<V>())>
single_view< V > operator() (V v) const