Load into the specified result the string representation of the specified value.
Synopses
Declared in <bdlar_enumref.h>
Load into the specified result the string representation of the specified value.
void
bdlat_enumToString(
bsl::string* result,
EnumConstRef const& value);
Load into the specified result the string representation of the specified value.
void
bdlat_enumToString(
bsl::string* result,
EnumRef const& value);
Created with MrDocs