Return the string name of an output type.
Synopsis
Declared in <outputtype.h>
std::string const&
FormatOutputType(OutputType type);
Return Value
A reference to the output type's name.
Parameters
Name |
Description |
type |
The output type to format. |
Created with MrDocs