Parse an output type from its string name.
Synopsis
Declared in <outputtype.h>
std::optional<OutputType>
ParseOutputType(std::string_view str);
Return Value
The parsed output type, or no value if unrecognized.
Parameters
Name |
Description |
str |
The output type name. |
Created with MrDocs