fmt::formatter<folly::StringPiece>

{fmt} formatter specialization for folly::StringPiece.

Synopsis

Declared in <folly/Range.h>

template<>
struct formatter<folly::StringPiece>;

Member Functions

NameDescription
format Format a StringPiece into the output context.

Using Declarations

NameDescription
parse Inherit the format-spec parsing from the string_view formatter.