namespace std {
template <class charT, class InputIterator = istreambuf_iterator<charT> >
class time_get_byname : public time_get<charT, InputIterator>;
}
概要
(ここに、クラスの概要を記載する)
publicメンバ関数
名前 | 説明 |
---|---|
(constructor) |
コンストラクタ |
protectedメンバ関数
名前 | 説明 |
---|---|
(destructor) |
デストラクタ |
メンバ型
名前 | 説明 |
---|---|
dateorder |
日付の表記順を表す列挙型 time_base::dateorder |
iter_type |
入力のイテレータ型 InputIterator |
例
出力