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

#include <dynamic-inl.h>

Static Public Member Functions

static bool * get (Data &d) noexcept
 

Detailed Description

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

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

Member Function Documentation

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

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

1068  {
1069  return &d.boolean;
1070  }

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