Horizon
Loading...
Searching...
No Matches
ranges::views::repeat_n_fn Struct Reference

Public Member Functions

 template (typename Val)() repeat_n_view< Val > operator()(Val value

Public Attributes

std::ptrdiff_t n const

Member Data Documentation

◆ const

std::ptrdiff_t n ranges::views::repeat_n_fn::const
Initial value:
{
return repeat_n_view<Val>{std::move(value), n}
Definition repeat_n.hpp:43

The documentation for this struct was generated from the following file: