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