Return a Decimal32 object having the value of the specified str literal having the specified len.

Synopsis

Declared in <bdldfp_decimal.h>

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

Created with MrDocs