A facet type (mechanism) used in writing decimal floating‐point types.
Synopsis
Declared in <bdldfp_decimal.h>
template<
class CHARTYPE,
class OUTPUTITERATOR = bsl::ostreambuf_iterator<CHARTYPE>>
class DecimalNumPut
: public std::locale::facet
Description
Note that this type does not follow BDE conventions because its content is dictated by the C++ standard and native standard library implementations. See ISO/IEC TR 24733 3.10.3 for details.
Base Classes
Name |
Description |
|
Localization functionality base class. |
Type Aliases
Name |
Description |
Character type of this facet. |
|
Output iterator type used by this facet. |
Member Functions
Name |
Description |
|
Constructs a |
Forward to, and return using the specified |
Static Member Functions
Name |
Description |
Return a reference to a process‐wide default |
Static Data Members
Name |
Description |
Unique identifier used to locate this facet in a |
Protected Types
Name |
Protected Member Functions
Name |
Description |
|
Destroy this object. Note that the destructor is virtual. |
|
|
|
|
Format the specified |
Protected Static Member Functions
Name |
Created with MrDocs