proxygen
folly::DynamicConverter< A > Struct Template Reference

Static Public Member Functions

static A convert (const dynamic &d)
 

Detailed Description

template<>
struct folly::DynamicConverter< A >

Definition at line 222 of file DynamicConverterTest.cpp.

Member Function Documentation

static A folly::DynamicConverter< A >::convert ( const dynamic d)
inlinestatic

Definition at line 223 of file DynamicConverterTest.cpp.

223  {
224  return {convertTo<int>(d["i"])};
225  }

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