[#fmt-formatter-060] = xref:fmt.adoc[fmt]::formatter<xref:folly/rich_exception_ptr.adoc[folly::rich_exception_ptr]> :relfileprefix: ../ :mrdocs: Formats a `rich_exception_ptr` for use with `fmt`. == Synopsis Declared in `<folly/result/rich_exception_ptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> struct formatter<xref:folly/rich_exception_ptr.adoc[folly::rich_exception_ptr]>; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:fmt/formatter-060/format.adoc[`format`] | Formats the exception pointer into the output. | xref:fmt/formatter-060/parse.adoc[`parse`] | Parses the format specification. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#