man std::money_base (Fonctions bibliothèques) - Money format ordering data.
NAME
std::money_base - Money format ordering data.
SYNOPSIS
#include <locale>
Inherited by std::moneypunct< CharT, Intl >.
Public Types
enum part
enum
Static Public Attributes
static const pattern S_default_pattern
static const char * S_atoms
Classes
struct pattern
Detailed Description
Money format ordering data.
This class contains an ordered array of 4 fields to represent the pattern for formatting a money amount. Each field may contain one entry from the part enum. symbol, sign, and value must be present and the remaining field must contain either none or space.
See also: moneypunct::pos_format() and moneypunct::neg_format() for details of how these fields are interpreted.
Definition at line 3441 of file locale.
Author
Generated automatically by Doxygen for libstdc++-v3 Source from the source code.