命名空间
变体
操作

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

来自 cppreference.cn
< cpp‎ | chrono‎ | tzdb list
 
 
 
 
const_iterator end() const noexcept;
(自 C++20 起)
const_iterator cend() const noexcept;
(自 C++20 起)

返回 tzdb_list 的过尾迭代器。尝试解引用此迭代器会导致未定义行为。

[edit] 返回值

过尾迭代器。