[#BloombergLP-bdldfp-DecimalStorage] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::DecimalStorage :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for types for storing Binary Integral Decimal representation of a decimal floating point value. == Synopsis Declared in `<bdldfp_decimalstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct DecimalStorage; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdldfp/DecimalStorage/Type128.adoc[`Type128`] | Alias for the 128‐bit BID storage type. | xref:BloombergLP/bdldfp/DecimalStorage/Type32.adoc[`Type32`] | Alias for the 32‐bit BID storage type. | xref:BloombergLP/bdldfp/DecimalStorage/Type64.adoc[`Type64`] | Alias for the 64‐bit BID storage type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#