proxygen
folly::pushmi::construct< T > Struct Template Reference

#include <boosters.h>

Public Member Functions

requires Constructible< T, AN... > auto operator() (AN &&...an) const
 

Detailed Description

template<class T>
struct folly::pushmi::construct< T >

Definition at line 33 of file boosters.h.

Member Function Documentation

template<class T >
requires Constructible<T, AN...> auto folly::pushmi::construct< T >::operator() ( AN &&...  an) const
inline

Definition at line 36 of file boosters.h.

36  {
37  return T{std::forward<AN>(an)...};
38  }
folly::std T

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