Return the string representation of the specified enumerator value.
Synopsis
Declared in <bsls_blockgrowth.h>
static
char const*
toAscii(BlockGrowth::Strategy value);
Description
The string representation of value matches its corresponding enumerator name with the "BSLS_" prefix elided.
Return Value
string representation of value with the "BSLS_" prefix elided
Parameters
Name |
Description |
value |
memory block growth strategy enumerator to convert |
Created with MrDocs