proxygen
folly::pushmi::for_each_fn::fn< Function > Struct Template Reference

Public Member Functions

template<class Cursor >
void operator() (detail::any, Cursor cursor) const
 

Public Attributes

Function f_
 

Detailed Description

template<class Function>
struct folly::pushmi::for_each_fn::fn< Function >

Definition at line 28 of file for_each.h.

Member Function Documentation

template<class Function >
template<class Cursor >
void folly::pushmi::for_each_fn::fn< Function >::operator() ( detail::any  ,
Cursor  cursor 
) const
inline

Definition at line 31 of file for_each.h.

References folly::pushmi::for_each_fn::fn< Function >::f_.

31  {
32  f_(*cursor);
33  }

Member Data Documentation

template<class Function >
Function folly::pushmi::for_each_fn::fn< Function >::f_

Definition at line 29 of file for_each.h.

Referenced by folly::pushmi::for_each_fn::fn< Function >::operator()().


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