Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.15 KB

time_get_byname.md

File metadata and controls

45 lines (34 loc) · 1.15 KB

time_get_byname

  • locale[meta header]
  • std[meta namespace]
  • class template[meta id-type]
namespace std {
  template <class charT, class InputIterator = istreambuf_iterator<charT> >
  class time_get_byname : public time_get<charT, InputIterator>;
}
  • istreambuf_iterator[link /reference/iterator/istreambuf_iterator.md]
  • time_get[link /reference/locale/time_get.md]

概要

(ここに、クラスの概要を記載する)

publicメンバ関数

名前 説明
(constructor) コンストラクタ

protectedメンバ関数

名前 説明
(destructor) デストラクタ

メンバ型

名前 説明
dateorder 日付の表記順を表す列挙型 time_base::dateorder
iter_type 入力のイテレータ型 InputIterator

出力

参照