BloombergLP::bdldfp::operator""_d64

Parse the specified literal text into a decimal floating-point value.

Synopsis

Declared in <bdldfp_decimal.h>

bdldfp::Decimal64
operator""_d64(
    char const* str,
    std::size_t len);

Return Value

the parsed Decimal64 value

Parameters

NameDescription
strcharacter sequence to parse
lenlength of str, excluding the terminating null