BloombergLP::bdldfp::DecimalUtil_CStringUtil::flatten

Return the result of invoking 'c_str()' on the specified 'string'.

Synopsis

Declared in <bdldfp_decimalutil.h>

static
char const*
flatten(bsl::string const& string);

Return Value

result of invoking c_str() on string

Parameters

NameDescription
stringstring whose c_str() result is returned