proxygen
folly::pushmi::reduce_fn::identity Struct Reference

Public Member Functions

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

Detailed Description

Definition at line 35 of file reduce.h.

Member Function Documentation

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

Definition at line 37 of file reduce.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: