proxygen
folly::dynamic::PrintImpl< T > Struct Template Reference

#include <dynamic-inl.h>

Static Public Member Functions

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

Detailed Description

template<class T>
struct folly::dynamic::PrintImpl< T >

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

Member Function Documentation

template<class T >
static void folly::dynamic::PrintImpl< T >::print ( dynamic const &  ,
std::ostream &  out,
T const &  t 
)
inlinestatic

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

References folly::pushmi::detail::t.

1125  {
1126  out << t;
1127  }

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