class template
std::numpunct
namespace std {
template <class charT>
class numpunct : public locale::facet;
}
概要
(ここに、クラスの概要を記載する)
メンバ関数
| 名前 |
説明 |
(constructor) |
コンストラクタ |
decimal_point |
小数点の文字を取得する |
thousands_sep |
桁区切りの文字を取得する |
grouping |
何桁で区切るかの、桁数のシーケンスを取得する |
truename |
trueを表す文字列を取得する |
falsename |
falseを表す文字列を取得する |
静的メンバ関数
protectedメンバ関数
| 名前 |
説明 |
(destructor) |
デストラクタ |
do_decima_point |
小数点の文字を取得する |
do_thousands_sep |
桁区切りの文字を取得する |
do_grouping |
何桁で区切るかの、桁数のシーケンスを取得する |
do_truename |
trueを表す文字列を取得する |
do_falsename |
falseを表す文字列を取得する |
メンバ型
| 名前 |
説明 |
char_type |
文字型 charT |
string_type |
文字列型 basic_string<charT> |
例
出力例
Japanese_Japan.932
.
,
3
German_Germany.1252
,
.
3
参照