Format a StringPiece into the output context.
Declared in <folly/Range.h>
template<typename Context>
Context::iterator
format(
folly::StringPiece s,
Context& ctx) const;
The iterator past the written output.
| Name | Description |
|---|---|
| s | The string piece to format. |
| ctx | The formatting context to write to. |