32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
[locale.moneypunct.members]
|
|
|
|
# 28 Text processing library [[text]](./#text)
|
|
|
|
## 28.3 Localization library [[localization]](localization#locale.moneypunct.members)
|
|
|
|
### 28.3.4 Standard locale categories [[locale.categories]](locale.categories#locale.moneypunct.members)
|
|
|
|
#### 28.3.4.7 The monetary category [[category.monetary]](category.monetary#locale.moneypunct.members)
|
|
|
|
#### 28.3.4.7.4 Class template moneypunct [[locale.moneypunct]](locale.moneypunct#members)
|
|
|
|
#### 28.3.4.7.4.2 Members [locale.moneypunct.members]
|
|
|
|
[ð](#lib:moneypunct,decimal_point)
|
|
|
|
charT decimal_point() const;
|
|
charT thousands_sep() const;
|
|
string grouping() const;
|
|
string_type curr_symbol() const;
|
|
string_type positive_sign() const;
|
|
string_type negative_sign() const;int frac_digits() const;
|
|
pattern pos_format() const;
|
|
pattern neg_format() const;
|
|
|
|
[1](#1)
|
|
|
|
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/text.tex#L4576)
|
|
|
|
Each of these functions *F* returns the result of calling the corresponding
|
|
virtual member functiondo_*F*()[.](#1.sentence-1)
|