Horizon
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ranges::lazy_yield_if_fn Struct Reference

Public Member Functions

 template (typename F)() generate_n_view< F > operator()(bool b
 

Public Attributes

F f const
 

Member Data Documentation

◆ const

F f ranges::lazy_yield_if_fn::const
Initial value:
{
return views::generate_n(std::move(f), b ? 1 : 0)

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