名稱空間
變體
操作

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 的迭代器。