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

Synopsis of methods

constexpr yield_from_fn yield_from {}
 

Public Member Functions

template<typename Rng , requires = (View<Rng>())>
Rng operator() (Rng rng) const