std::chrono::tzdb_list::begin
const_iterator begin() const noexcept; | (since C++20) | |
const_iterator cbegin() const noexcept; | (since C++20) |
Возвращает итератор, ссылающийся на первый std::chrono::tzdb в контейнере.
Результат
Итератор, ссылающийся на первый std::chrono::tzdb в контейнере.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/chrono/tzdb_list/begin