[#BloombergLP-bdldfp-operator_d32-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator""_d32 :relfileprefix: ../../ :mrdocs: `operator""_d32` overloads == Synopses Declared in `<bdldfp_decimal.h>` Produce an object of the indicated return type by parsing the specified `str` having the specified `len` excluding the terminating null character that represents a floating‐point number written in both fixed and scientific notations. These user‐defined literal suffixes can be applied to both numeric and string literals, (i.e., 1.2_d32, "1.2"_d32 or "inf"_d32). The resulting decimal object is initialized as follows: [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_d32-0b.adoc[operator""_d32](char const* str); ---- [.small]#xref:BloombergLP/bdldfp/operator_d32-0b.adoc[_» more..._]# Return a `Decimal32` object having the value of the specified `str` literal having the specified `len`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_d32-04.adoc[operator""_d32]( char const* str, std::size_t len); ---- [.small]#xref:BloombergLP/bdldfp/operator_d32-04.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#