proxygen
folly::detail::apply_tuple::Construct< T > Struct Template Reference

#include <ApplyTuple.h>

Public Member Functions

template<class... Args>
constexpr T operator() (Args &&...args) const
 

Detailed Description

template<class T>
struct folly::detail::apply_tuple::Construct< T >

Definition at line 193 of file ApplyTuple.h.

Member Function Documentation

template<class T >
template<class... Args>
constexpr T folly::detail::apply_tuple::Construct< T >::operator() ( Args &&...  args) const
inline

Definition at line 195 of file ApplyTuple.h.

References folly::T.

195  {
196  return T(std::forward<Args>(args)...);
197  }
folly::std T

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