Load into the specified result the string representation of the specified value.

Synopsis

Declared in <bdlar_enumref.h>

void
bdlat_enumToString(
    bsl::string* result,
    EnumConstRef const& value);

Parameters

Name

Description

result

string to receive the enumerator name

value

const enumeration reference to convert

Created with MrDocs