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

来自cppreference.com
< cpp‎ | chrono‎ | tzdb list
 
 
 
日期和时间工具
(C++11)
(C++11)
时钟
(C++20)
                                                  
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
日历
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
时区
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
(C++20)
C 风格日期和时间
 
 
const_iterator end() const noexcept;
(C++20 起)
const_iterator cend() const noexcept;
(C++20 起)

返回 tzdb_list 的尾后迭代器。试图访问此迭代器导致未定义行为。

返回值

尾后迭代器。