|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
货币格式信息 更多...
#include <locale.hpp>
Public 属性 | |
| string | currency_symbol |
| 货币符号 | |
| string | int_curr_symbol |
| 国际货币符号(ISO 4217) | |
| string | mon_decimal_point |
| 货币小数点 | |
| string | mon_thousands_sep |
| 货币千位分隔符 | |
| string | mon_grouping |
| 货币分组规则 | |
| string | positive_sign |
| 正数符号 | |
| string | negative_sign |
| 负数符号 | |
| int32_t | frac_digits {2} |
| 本地货币小数位数 | |
| int32_t | int_frac_digits {2} |
| 国际货币小数位数 | |
| int32_t | cash_frac_digits {2} |
| 现金小数位数 | |
| bool | p_cs_precedes {true} |
| 正数时货币符号前置 | |
| bool | n_cs_precedes {true} |
| 负数时货币符号前置 | |
| int32_t | p_sep_by_space {0} |
| 正数货币符号间距 | |
| int32_t | n_sep_by_space {0} |
| 负数货币符号间距 | |
货币格式信息
在文件 locale.hpp 第 145 行定义.