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