format overloads
Declared in <folly/lang/Strong.h>
Format a strong value by formatting its underlying value.
auto
format(
T const& st,
auto& ctx) const;
» more...
Formats e (with its epitaph stack) into the output of ctx.
format_context::iterator
format(
folly::rich_error_base const& e,
format_context& ctx) const;
» more...
template<class FormatContext>
FormatContext::iterator
format(
T const&,
FormatContext& ctx) const;
» more...
| Name | Description |
|---|---|
| st | The strong value to format. |
| ctx | The formatting context. |
| e | The rich error to format. |