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

FreeBSD Manual Pages

  
 
  

home | help
std::chrono..._list::begin(3) C++ Standard Libarystd::chrono..._list::begin(3)

NAME
       std::chrono::tzdb_list::begin - std::chrono::tzdb_list::begin

Synopsis
	  const_iterator begin() const noexcept;   (since C++20)
	  const_iterator cbegin() const	noexcept;  (since C++20)

	  Returns  an iterator referring to the	first std::chrono::tzdb	in the
       container.

Return value
	  An iterator referring	to the first  std::chrono::tzdb	 in  the  con-
       tainer.

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

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

home | help