|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
货币格式信息 更多...
#include <locale.hpp>
Public 属性 | |
| string | currency_symbol |
| 货币符号 | |
| string | int_curr_symbol |
| 国际货币符号 | |
| string | mon_decimal_point |
| 货币小数点分隔符 | |
| string | mon_thousands_sep |
| 货币千位分隔符 | |
| string | mon_grouping |
| 货币数字分组规则 | |
| string | positive_sign |
| 正数符号 | |
| string | negative_sign |
| 负数符号 | |
| int | frac_digits {2} |
| 本地货币小数位数 | |
| int | int_frac_digits {2} |
| 国际货币小数位数 | |
| bool | p_cs_precedes {true} |
| 正数时货币符号是否前置 | |
| bool | n_cs_precedes {true} |
| 负数时货币符号是否前置 | |
货币格式信息
在文件 locale.hpp 第 80 行定义.