proxygen
folly::dynamic::GetAddrImpl< double > Struct Template Reference

#include <dynamic-inl.h>

Static Public Member Functions

static double * get (Data &d) noexcept
 

Detailed Description

template<>
struct folly::dynamic::GetAddrImpl< double >

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

Member Function Documentation

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

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

1080  {
1081  return &d.doubl;
1082  }

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