proxygen
folly::pushmi::for_each_fn::identity Struct Reference

Public Member Functions

template<class T >
auto operator() (T &&t) const
 

Detailed Description

Definition at line 35 of file for_each.h.

Member Function Documentation

template<class T >
auto folly::pushmi::for_each_fn::identity::operator() ( T &&  t) const
inline

Definition at line 37 of file for_each.h.

References folly::pushmi::t, and folly::T.

37  {
38  return (T &&) t;
39  }
requires Tuple && t
folly::std T

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