FormatOutputType

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

NameDescription
typeThe output type to format.