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

Synopsis of methods

constexpr yield_fn yield {}
 

Public Member Functions

template<typename V >
single_view< V > operator() (V v) const
 

Member Function Documentation

◆ operator()()

template<typename V >
single_view<V> ranges::yield_fn::operator() ( v) const
Precondition
requires copy_constructible<V>