fmt::formatter<folly::StringPiece>::format

Format a StringPiece into the output context.

Synopsis

Declared in <folly/Range.h>

template<typename Context>
Context::iterator
format(
    folly::StringPiece s,
    Context& ctx) const;

Return Value

The iterator past the written output.

Parameters

NameDescription
sThe string piece to format.
ctxThe formatting context to write to.