Range-v3
Range algorithms, views, and actions for the Standard Library
 
Loading...
Searching...
No Matches
ranges::views::repeat_fn Struct Reference

Public Member Functions

template<typename Val >
requires copy_constructible<Val>
repeat_view< Val > operator() (Val value) const
 

Related Symbols

(Note that these are not member symbols.)

constexpr repeat_fn repeat {}