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

Lazily applies an unary function to each element in the source range that returns another range (possibly empty), flattening the result. More...

#include <for_each.hpp>

Inheritance diagram for ranges::views::for_each_base_fn:
ranges::views::for_each_fn

Public Member Functions

 template (typename Rng, typename Fun)(AND transformable_range< Rng
 
Fun AND joinable_range< transform_view< all_t< Rng >, Fun > > constexpr auto operator() (Rng &&rng, Fun fun) const
 

Detailed Description

Lazily applies an unary function to each element in the source range that returns another range (possibly empty), flattening the result.


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