BDE 4.14.0 Production release
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bdldfp_decimalstorage

Detailed Description

Outline

Purpose

Utilities for working with Decimal Storage types.

Classes

See also
bdldfp_decimal, bdldfp_decimalplatform,

Description

This component provides a namespace, bdldfp::DecimalStorage, that supplies the necessary types for storing a Binary Integral Decimal (BID) representation of a decimal floating point value.

Usage

This section shows the intended use of this component.

Example 1: TBD