namespace std {
template <class charT, bool International = false>
class moneypunct_byname : public moneypunct<charT, International>;
}
概要
(ここに、クラスの概要を記載する)
メンバ関数
| 名前 | 説明 |
|---|---|
(constructor) |
コンストラクタ |
静的メンバ関数
| 名前 | 説明 |
|---|---|
(destructor) |
デストラクタ |
メンバ型
| 名前 | 説明 |
|---|---|
pattern |
金額のフォーマット型 money_base::pattern |
string_type |
文字列型 basic_string<charT> |
例
出力