Horizon
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)(requires viewable_range< Rng > AND transformable_range< Rng
 
Fun AND constexpr joinable_range< transform_view< all_t< Rng >, Fun > > 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: