folly::DynamicConstructor

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

Synopsis

Declared in <folly/json/DynamicConverter.h>

template<
    typename C,
    typename Enable = void>
struct DynamicConstructor;

Static Member Functions

NameDescription
construct Construct a dynamic directly from the given value.

Specializations

Name
DynamicConstructor<C>
DynamicConstructor<C>
DynamicConstructor<C>
DynamicConstructor<C>
DynamicConstructor<T>
DynamicConstructor<std::vector<bool>, void>
DynamicConstructor<std::pair<A, B>, void>