proxygen
folly::dynamic::GetAddrImpl< std::string > Struct Template Reference

#include <dynamic-inl.h>

Static Public Member Functions

static std::stringget (Data &d) noexcept
 

Detailed Description

template<>
struct folly::dynamic::GetAddrImpl< std::string >

Definition at line 1085 of file dynamic-inl.h.

Member Function Documentation

static std::string* folly::dynamic::GetAddrImpl< std::string >::get ( Data d)
inlinestaticnoexcept

Definition at line 1086 of file dynamic-inl.h.

1086  {
1087  return &d.string;
1088  }

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