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
;
|
(desde C++20) | |
|
const_iterator cbegin
(
)
const
noexcept
;
|
(desde C++20) | |
Devuelve un iterador que se refiere al primer std::chrono::tzdb en el contenedor.
Valor de retorno
Un iterador que se refiere al primer std::chrono::tzdb en el contenedor.