Load into the specified result the string representation of the specified value.
Declared in <bdlar_enumref.h>
void
bdlat_enumToString(
bsl::string* result,
EnumConstRef const& value);
| Name | Description |
|---|---|
| result | string to receive the enumerator name |
| value | const enumeration reference to convert |