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

Synopsis

Declared in <bdldfp_decimal.h>

bdldfp::Decimal32
operator""_d32(
    char const* str,
    std::size_t len);

Return Value

the parsed Decimal32 value

Parameters

Name

Description

str

character sequence to parse

len

length of str, excluding the terminating null

Created with MrDocs