proxygen
folly::DynamicConverter< B > Struct Template Reference

Static Public Member Functions

static B convert (const dynamic &d)
 

Detailed Description

template<>
struct folly::DynamicConverter< B >

Definition at line 450 of file DynamicConverterTest.cpp.

Member Function Documentation

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

Definition at line 451 of file DynamicConverterTest.cpp.

References B.

451  {
452  return B(convertTo<int>(d));
453  }
#define B(name, bit)
Definition: CpuId.h:178

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