proxygen
folly::DynamicConverter< bool > Struct Template Reference

#include <DynamicConverter.h>

Static Public Member Functions

static bool convert (const dynamic &d)
 

Detailed Description

template<>
struct folly::DynamicConverter< bool >

Definition at line 188 of file DynamicConverter.h.

Member Function Documentation

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

Definition at line 189 of file DynamicConverter.h.

References folly::dynamic::asBool().

189  {
190  return d.asBool();
191  }

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