proxygen
folly::pushmi::detail::share_fn< TN > Struct Template Reference

#include <share.h>

Classes

struct  impl
 

Public Member Functions

auto operator() () const
 

Detailed Description

template<class... TN>
struct folly::pushmi::detail::share_fn< TN >

Definition at line 30 of file share.h.

Member Function Documentation

template<class... TN>
auto folly::pushmi::detail::share_fn< TN >::operator() ( ) const
inline

Definition at line 43 of file share.h.

43  {
44  return impl{};
45  }

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