Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 707 Bytes

time_base.md

File metadata and controls

40 lines (30 loc) · 707 Bytes

time_base

  • locale[meta header]
  • std[meta namespace]
  • class template[meta id-type]
namespace std {
  class time_base;
}

概要

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

メンバ型

名前 説明
dateorder 日付の表記順を表す列挙型

dateorder列挙値

名前 説明
no_order 特定の順序を持たない
dmy 日、月、年の順番
mdy 月、日、年の順番
ymd 年、月、日の順番
ydm 年、日、月の順番

出力

参照