名前空間
変種
操作

std::chrono::tzdb_list::end, std::chrono::tzdb_list::cend

From cppreference.com
< cpp‎ | chrono‎ | tzdb list
 
 
 
 
const_iterator end() const noexcept;
(C++20以降)
const_iterator cend() const noexcept;
(C++20以降)

tzdb_list の末尾のイテレータを返します。このイテレータを逆参照しようとすると、未定義の動作が発生します。

[編集] 返り値

末尾のイテレータ。

English 日本語 中文(简体) 中文(繁體)