std::chrono:: tzdb_list
From cppreference.net
C++
Date and time library
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::chrono::tzdb_list
|
ヘッダーで定義
<chrono>
|
||
|
class
tzdb_list
;
|
(C++20以降) | |
tzdb_list
は
std::chrono::tzdb
のシングルトンリストであり、それぞれが
IANAタイムゾーンデータベース
のコピーを表します。ユーザーは
tzdb_list
を構築することはできず、
std::chrono::get_tzdb_list
フリー関数を通じてのみアクセスを取得できます。
メンバー型
| 型 | 説明 |
const_iterator
|
値型が std::chrono::tzdb である定数 LegacyForwardIterator |
メンバー関数
|
(constructor)
(deleted)
|
コピーコンストラクタは削除済みとして定義されている
(public member function) |
|
operator=
(deleted)
|
コピー代入演算子は削除済みとして定義されている
(public member function) |
|
最初の要素にアクセスする
(public member function) |
|
|
要素の後ろの要素を削除する
(public member function) |
|
|
リストの先頭を指すイテレータを返す
(public member function) |
|
|
リストの終端を指すイテレータを返す
(public member function) |