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

Synopsis of methods

constexpr single_fn single {}
 

Public Member Functions

template<typename Val , requires = (CopyConstructible<Val>())>
single_view< Val > operator() (Val value) const