[#BloombergLP-bdldfp-operator_d128-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator""_d128 :relfileprefix: ../../ :mrdocs: Parse the specified literal text into a decimal floating‐point value. == Synopses Declared in `<bdldfp_decimal.h>` Parse the specified literal text into a decimal floating‐point value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_d128-03.adoc[operator""_d128](char const* str); ---- [.small]#xref:BloombergLP/bdldfp/operator_d128-03.adoc[_» more..._]# Parse the specified literal text into a decimal floating‐point value. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_d128-0f.adoc[operator""_d128]( char const* str, std::size_t len); ---- [.small]#xref:BloombergLP/bdldfp/operator_d128-0f.adoc[_» more..._]# == Return Value * decimal object of the return type initialized to infinity with the same sign * 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]#