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

Synopsis of methods

constexpr generate_fn generate {}
 

Public Types

template<typename G >
using Concept = meta::and_< Function< G >, meta::not_< Same< void, concepts::Function::result_t< G >>>>
 

Public Member Functions

template<typename G , requires = (Concept<G>())>
generate_view< G > operator() (G g) const