std::chrono::tzdb_list::
begin
<
cpp
|
chrono
|
tzdb list
const_iterator begin
(
)
const
noexcept
;
(C++20 起)
const_iterator cbegin
(
)
const
noexcept
;
(C++20 起)
返回指向容器中首个
std::chrono::tzdb
的迭代器。
返回值
指向容器中首个
std::chrono::tzdb
的迭代器。