A facet type (mechanism) used in reading decimal floating‐point types. 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.2 for details.
Synopsis
Declared in <bdldfp_decimal.h>
template<
class CHARTYPE,
class INPUTITERATOR = bsl::istreambuf_iterator<CHARTYPE>>
class DecimalNumGet
: public std::locale::facet
Base Classes
Name |
Description |
|
Localization functionality base class. |
Type Aliases
Name |
Description |
Character type used by this facet. |
|
Input iterator type used by this facet. |
Member Functions
Name |
Description |
|
Constructs a |
|
Static Member Functions
Name |
Description |
Return the locale singleton used to read decimal values from streams. |
Static Data Members
Name |
Description |
Locale identifier for |
Protected Types
Name |
Protected Member Functions
Name |
Description |
|
Destroy this object. Note that the destructor is virtual. |
|
|
|
Protected Static Member Functions
Name |
Created with MrDocs