proxygen
folly::dynamic::PrintImpl< std::nullptr_t > Struct Template Reference

#include <dynamic-inl.h>

Static Public Member Functions

static void print (dynamic const &, std::ostream &out, std::nullptr_t const &)
 

Detailed Description

template<>
struct folly::dynamic::PrintImpl< std::nullptr_t >

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

Member Function Documentation

static void folly::dynamic::PrintImpl< std::nullptr_t >::print ( dynamic const &  ,
std::ostream &  out,
std::nullptr_t const &   
)
inlinestatic

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

1133  {
1134  out << "null";
1135  }

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