ParseOutputType

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

NameDescription
strThe output type name.