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

FreeBSD Manual Pages

  
 
  

home | help
std::timespec(3)	      C++ Standard Libary	      std::timespec(3)

NAME
       std::timespec - std::timespec

Synopsis
	  Defined in header <ctime>
	  struct timespec;	     (since C++17)

	  Structure  holding an	interval broken	down into seconds and nanosec-
       onds.

Member objects
	  std::time_t tv_sec whole seconds  >= 0
	  long tv_nsec	     nanoseconds  [0, 999999999]

See also
	  timespec_get returns the calendar time in  seconds  and  nanoseconds
       based on	a given
	  (C++17)      time base
		       (function)
	  tm	       calendar	time type
		       (class)

http://cppreference.com		  2022.07.31		      std::timespec(3)

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

home | help