namespace std {
template <class charT>
class numpunct_byname : public numpunct<charT>;
}
概要
(ここに、クラスの概要を記載する)
メンバ関数
| 名前 | 説明 |
|---|---|
(constructor) |
コンストラクタ |
protectedメンバ関数
| 名前 | 説明 |
|---|---|
(destructor) |
デストラクタ |
メンバ型
| 名前 | 説明 |
|---|---|
char_type |
文字型 charT |
string_type |
文字列型 basic_string<charT> |
例
出力