Formats an fbstring into the output context.
Declared in <folly/FBString.h>
template<typename Context>
Context::iterator
format(
folly::fbstring const& s,
Context& ctx) const;
An iterator past the last written character.
| Name | Description |
|---|---|
| s | The fbstring to format. |
| ctx | The formatting context to write to. |