Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::chrono..._list::front(3) C++ Standard Libarystd::chrono..._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. Si-
       multaneous calls
	  to this function and std::chrono::reload_tzdb() does not introduce a
       data race.

http://cppreference.com		  2022.07.31	 std::chrono..._list::front(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::chrono::tzdb_list::front&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help