Each specialization of DynamicConstructor has the function 'static dynamic construct(const C&);'
Declared in <folly/json/DynamicConverter.h>
template<
typename C,
typename Enable = void>
struct DynamicConstructor;
| Name | Description |
|---|---|
construct | Construct a dynamic directly from the given value. |