proxygen
folly::pushmi::detail::for_each_fn Struct Reference

#include <for_each.h>

Classes

struct  fn
 
struct  Pull
 
struct  subset
 

Public Member Functions

template<class... AN>
auto operator() (AN &&...an) const
 

Detailed Description

Definition at line 25 of file for_each.h.

Member Function Documentation

template<class... AN>
auto folly::pushmi::detail::for_each_fn::operator() ( AN &&...  an) const
inline

Definition at line 86 of file for_each.h.

86  {
87  return for_each_fn::fn<AN...>{std::tuple<AN...>{(AN &&) an...}};
88  }

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