This value‐semantic class implements the IEEE‐754 32 bit decimal floating‐point interchange format type.
Synopsis
Declared in <bdldfp_decimal.h>
class Decimal_Type32;
Description
These are the actual (decimal floating‐point) types being implemented. They use a different name to cause an error if the official types are forward declared: The exact definition of the decimal types is left unspecified so that that can potentially be aliases for built‐in types.
Member Functions
Name |
Description |
|
Constructors |
Assign to this object the value read from the specified input |
|
Write the value of this object, using the specified |
|
|
|
Multiplication assignment operators |
|
Add 1.0 to the value of this object and return a reference to it. |
|
Addition assignment operators |
|
Add ‐1.0 to the value of this object and return a reference to it. |
|
Subtraction assignment operators |
|
Division assignment operators |
|
Return the value of the underlying implementation. |
|
Declare that this type is trivially copyable. |
Static Member Functions
Name |
Description |
|
Created with MrDocs