BloombergLP::ball::Severity::toAscii

Return the string representation exactly matching the enumerator name corresponding to the specified enumeration value.

Synopsis

Declared in <ball_severity.h>

static
char const*
toAscii(Severity::Level value);

Return Value

string representation of the enumerator name for value

Parameters

NameDescription
valueseverity level to convert