Parse the specified literal text into a decimal floating-point value.
Declared in <bdldfp_decimal.h>
bdldfp::Decimal64
operator""_d64(
char const* str,
std::size_t len);
the parsed Decimal64 value
| Name | Description |
|---|---|
| str | character sequence to parse |
| len | length of str, excluding the terminating null |