std::chrono::tzdb_list::begin

来自cppreference.com
< cpp‎ | chrono‎ | tzdb list
 
 
 
 
const_iterator begin() const noexcept;
(C++20 起)
const_iterator cbegin() const noexcept;
(C++20 起)

返回指向容器中首个 std::chrono::tzdb 的迭代器。

[编辑] 返回值

指向容器中首个 std::chrono::tzdb 的迭代器。