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