proxygen
folly::DynamicConverter< std::string > Struct Template Reference

#include <DynamicConverter.h>

Static Public Member Functions

static std::string convert (const dynamic &d)
 

Detailed Description

template<>
struct folly::DynamicConverter< std::string >

Definition at line 236 of file DynamicConverter.h.

Member Function Documentation

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

Definition at line 237 of file DynamicConverter.h.

References folly::dynamic::asString().

237  {
238  return d.asString();
239  }

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