FreeBSD Manual Pages
std::chrono...e::get_info(3) C++ Standard Libary std::chrono...e::get_info(3) NAME std::chrono::time_zone::get_info - std::chrono::time_zone::get_info Synopsis template< class Duration > std::chrono::sys_info get_info( const (since C++20) std::chrono::sys_time<Duration>& tp ) const; template< class Duration > std::chrono::local_info get_info( const (since C++20) std::chrono::local_time<Duration>& tp ) const; Obtains information about this time zone at the time point tp. Return value 1) A std::chrono::sys_info structure i containing the time zone in- formation in effect for this time zone at the time point tp. tp will be in the range [i.begin, i.end). 2) A std::chrono::local_info structure containing information about the local time tp in this time zone. http://cppreference.com 2024.06.10 std::chrono...e::get_info(3)
NAME | Synopsis | Return value
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::chrono::time_zone::get_info&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
