std::chrono::tzdb_list:: begin
From cppreference.net
C++
Date and time library
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::chrono::tzdb_list
| Member functions | ||||
|
tzdb_list::begin
tzdb_list::cbegin
|
||||
|
const_iterator begin
(
)
const
noexcept
;
|
(自 C++20 起) | |
|
const_iterator cbegin
(
)
const
noexcept
;
|
(自 C++20 起) | |
返回指向容器中第一个 std::chrono::tzdb 的迭代器。
返回值
指向容器中第一个 std::chrono::tzdb 的迭代器。