[#BloombergLP-bdldfp-operator_d128-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator""_d128 :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/Decimal128.adoc[bdldfp::Decimal128] operator""_d128( char const* str, std::size_t len); ---- == Return Value the parsed `Decimal128` 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]#