Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.03 KB

time_put_byname.md

File metadata and controls

45 lines (34 loc) · 1.03 KB

time_put_byname

  • locale[meta header]
  • std[meta namespace]
  • class template[meta id-type]
namespace std {
  template <class charT, class OutputIterator = ostreambuf_iterator<charT> >
  class time_put_byname : public time_put<charT, OutputIterator>;
}
  • ostreambuf_iterator[link /reference/iterator/ostreambuf_iterator.md]
  • time_put[link /reference/locale/time_put.md]

概要

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

publicメンバ関数

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

protectedメンバ関数

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

メンバ型

名前 説明
char_type 文字型 charT
iter_type 出力のイテレータ型 OutputIterator

出力

参照