30
Localization library
[localization]
30.4
Standard
locale
categories
[locale.categories]
30.4.7
The monetary category
[category.monetary]
30.4.7.4
Class template
moneypunct
[locale.moneypunct]
30.4.7.4.2
Members
[locale.moneypunct.members]
🔗
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
#
Each of these functions
F
returns the result of calling the corresponding virtual member function
do_
F
(
)
.