stringify overloads
Declared in <bdljsn_numberutil.h>
Same as the related overload above for stringify.
static
void
stringify(
bsl::string* result,
double value);
» more...
Load into the specified result a string representation of specified numerical value.
static
void
stringify(
bsl::string* result,
long long value);
» more...
Same as the related overload above for stringify.
static
void
stringify(
bsl::string* result,
unsigned long long value);
» more...
Same as the related overload above for stringify.
static
void
stringify(
bsl::string* result,
bdldfp::Decimal64 const& value);
» more...