命名空间
变体
操作

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 的 past-the-end 迭代器。尝试解引用此迭代器会导致未定义行为。

[编辑] 返回值

past-the-end 迭代器。