proxygen
|
#include <Format.h>
Private Member Functions | |
Formatter (StringPiece &str, Args &&...args) | |
template<size_t K, class Callback > | |
void | doFormatArg (FormatArg &arg, Callback &cb) const |
Friends | |
class | BaseFormatter< Formatter< containerMode, Args... >, containerMode, Args... > |
template<class... A> | |
Formatter< false, A... > | format (StringPiece fmt, A &&...arg) |
template<class C > | |
Formatter< true, C > | vformat (StringPiece fmt, C &&container) |
Additional Inherited Members | |
Public Types inherited from folly::BaseFormatter< Formatter< containerMode, Args... >, containerMode, Args... > | |
typedef detail::FormatterTag | IsFormatter |
typedef BaseFormatter | BaseType |
Public Member Functions inherited from folly::BaseFormatter< Formatter< containerMode, Args... >, containerMode, Args... > | |
void | operator() (Output &out) const |
std::enable_if< IsSomeString< Str >::value >::type | appendTo (Str &str) const |
std::string | str () const |
fbstring | fbstr () const |
|
inlineexplicitprivate |
Definition at line 215 of file Format.h.
References testing::Args().
|
inlineprivate |
Definition at line 226 of file Format.h.
References testing::Args(), and folly::format().
|
friend |
|
friend |
|
friend |