Horizon
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
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}

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