User‐defined literal operator creating a Decimal64 from the specified str.

Synopsis

Declared in <bdldfp_decimal.h>

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

Created with MrDocs