stringify overloads

Synopses

Declared in <bdljsn_numberutil.h>

Same as the related overload above for stringify.

static
void
stringify(
    bsl::string* result,
    double value);

Load into the specified result a string representation of specified numerical value.

static
void
stringify(
    bsl::string* result,
    long long value);

Same as the related overload above for stringify.

static
void
stringify(
    bsl::string* result,
    unsigned long long value);

Same as the related overload above for stringify.

static
void
stringify(
    bsl::string* result,
    bdldfp::Decimal64 const& value);

Created with MrDocs