proxygen
folly::FormatValue< FormattableButNoToString > Class Template Reference

Public Member Functions

 FormatValue (FormattableButNoToString)
 
template<class FormatCallback >
void format (FormatArg &, FormatCallback &) const
 

Detailed Description

template<>
class folly::FormatValue< FormattableButNoToString >

Definition at line 166 of file LoggerTest.cpp.

Constructor & Destructor Documentation

Definition at line 168 of file LoggerTest.cpp.

168 {}

Member Function Documentation

template<class FormatCallback >
void folly::FormatValue< FormattableButNoToString >::format ( FormatArg ,
FormatCallback &   
) const
inline

Definition at line 171 of file LoggerTest.cpp.

171  {
172  throw std::runtime_error("test");
173  }

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