Return the string representation of the specified enumerator value. The string representation of value matches its corresponding enumerator name with the BSLS_ prefix elided.
Synopsis
Declared in <bsls_blockgrowth.h>
static
char const*
toAscii(BlockGrowth::Strategy value);
Created with MrDocs