[#FormatOutputType] = FormatOutputType :mrdocs: Return the string name of an output type. == Synopsis Declared in `<outputtype.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string const& FormatOutputType(xref:OutputType.adoc[OutputType] type); ---- == Return Value A reference to the output type's name. == Parameters [cols="1,4"] |=== | Name| Description | *type* | The output type to format. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#