Default customization‐point implementation of toString.
Synopsis
Declared in <bdlat_enumfunctions.h>
template<class TYPE>
void
bdlat_enumToString(
bsl::string* result,
TYPE const& value);
Parameters
Name |
Description |
result |
string to receive the enumerator name |
value |
enumeration value to convert |
Created with MrDocs