Scroll to navigation

std::chrono::tzdb_list::front(3) C++ Standard Libary std::chrono::tzdb_list::front(3)

NAME

std::chrono::tzdb_list::front - std::chrono::tzdb_list::front

Synopsis


const std::chrono::tzdb& front() const noexcept; (since C++20)


Obtains a reference to the first std::chrono::tzdb in the list. Simultaneous calls
to this function and std::chrono::reload_tzdb() does not introduce a data race.

2022.07.31 http://cppreference.com