BloombergLP::bdlar::bdlat_enumToString

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);
» more...

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

void
bdlat_enumToString(
    bsl::string* result,
    EnumRef const& value);
» more...