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

Synopsis of methods

constexpr repeat_fn repeat {}
 

Public Member Functions

template<typename Val , requires = (SemiRegular<Val>())>
repeat_view< Val > operator() (Val value) const