namespace std {
template <class internT, class externT, class stateT>
class codecvt_byname : public codecvt<internT, externT, stateT>;
}
概要
(ここに、クラスの概要を記載する)
publicメンバ関数
名前 | 説明 |
---|---|
(constructor) |
コンストラクタ |
protectedメンバ関数
名前 | 説明 |
---|---|
(destructor) |
デストラクタ |
例
出力