proxygen
folly::DynamicConstructor< C, Enable > Struct Template Reference

#include <DynamicConverter.h>

Static Public Member Functions

static dynamic construct (const C &x)
 

Detailed Description

template<typename C, typename Enable = void>
struct folly::DynamicConstructor< C, Enable >

Each specialization of DynamicConstructor has the function 'static dynamic construct(const C&);'

Definition at line 314 of file DynamicConverter.h.

Member Function Documentation

template<typename C, typename Enable = void>
static dynamic folly::DynamicConstructor< C, Enable >::construct ( const C x)
inlinestatic

Definition at line 315 of file DynamicConverter.h.

315  {
316  return dynamic(x);
317  }
Definition: InvokeTest.cpp:58

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