Format a strong value by formatting its underlying value.
Synopsis
Declared in <folly/lang/Strong.h>
auto
format(
T const& st,
auto& ctx) const;
Return Value
The output iterator past the formatted output.
Parameters
Name |
Description |
st |
The strong value to format. |
ctx |
The formatting context. |
Created with MrDocs