[#BloombergLP-bdldfp-operator_d32-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator""_d32 :relfileprefix: ../../ :mrdocs: Parse the specified literal text into a decimal floating‐point value. == Synopsis Declared in `<bdldfp_decimal.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] operator""_d32( char const* str, std::size_t len); ---- == Return Value the parsed `Decimal32` value == Parameters [cols="1,4"] |=== | Name| Description | *str* | character sequence to parse | *len* | length of `str`, excluding the terminating null |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#