rangeless::fn
rangeless::fn::impl::for_each< F > Struct Template Reference

#include <fn.hpp>

Public Member Functions

template<typename Iterable >
void operator() (Iterable &&src)
 
template<typename Gen >
void operator() (seq< Gen > src)
 

Public Attributes

fn
 

Detailed Description

template<typename F>
struct rangeless::fn::impl::for_each< F >

Definition at line 1316 of file fn.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename F >
template<typename Iterable >
void rangeless::fn::impl::for_each< F >::operator() ( Iterable &&  src)
inline

Definition at line 1321 of file fn.hpp.

◆ operator()() [2/2]

template<typename F >
template<typename Gen >
void rangeless::fn::impl::for_each< F >::operator() ( seq< Gen >  src)
inline

Definition at line 1344 of file fn.hpp.

Member Data Documentation

◆ fn

template<typename F >
F rangeless::fn::impl::for_each< F >::fn

Definition at line 1318 of file fn.hpp.


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