[#fmt-formatter-060-format] = xref:fmt.adoc[fmt]::xref:fmt/formatter-060.adoc[formatter<folly::rich_exception_ptr>]::format :relfileprefix: ../../ :mrdocs: Formats the exception pointer into the output. == Synopsis Declared in `<folly/result/rich_exception_ptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- fmt::format_context::iterator format( xref:folly/rich_exception_ptr.adoc[folly::rich_exception_ptr] const& rep, fmt::format_context& ctx) const; ---- == Return Value An output iterator past the formatted text. == Parameters [cols="1,4"] |=== | Name| Description | *rep* | The exception pointer to format. | *ctx* | The format context receiving the output. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#