命名空间
变体
操作

std::chrono::tzdb_list::begin

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

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

[编辑] 返回值

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