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

FreeBSD Manual Pages

  
 
  

home | help
std::chrono...me::get_info(3) C++ Standard Libarystd::chrono...me::get_info(3)

NAME
       std::chrono::zoned_time::get_info - std::chrono::zoned_time::get_info

Synopsis
	  std::chrono::sys_info	get_info() const;  (since C++20)

	  Obtains  the	std::chrono::sys_info containing information about the
       time zone at the
	  time point stored in *this.

Return value
	  zone->get_info(tp), where zone is the	non-static data	member holding
       the time	zone
	  pointer, and tp is the non-static data  member  holding  the	stored
       time point (as a
	  std::chrono::sys_time<duration>).

http://cppreference.com		  2022.07.31	 std::chrono...me::get_info(3)

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

home | help