BloombergLP::bsls::BlockGrowth::toAscii

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

NameDescription
valuememory block growth strategy enumerator to convert