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

FreeBSD Manual Pages

  
 
  

home | help
std::chrono...alues::zero(3)  C++ Standard Libary std::chrono...alues::zero(3)

NAME
       std::chrono::duration_values::zero - std::chrono::duration_values::zero

Synopsis
	  static constexpr Rep zero();		 (until	C++20)
	  static constexpr Rep zero() noexcept;	 (since	C++20)

	  Returns a zero-length	representation.

Parameters
	  (none)

Return value
	  returns Rep(0)

See also
	  zero	   returns the special duration	value zero
	  [static]   (public  static  member  function	of  std::chrono::dura-
       tion<Rep,Period>)
	  min	   returns the smallest	possible representation
	  [static] (public static member function)
	  max	   returns the largest possible	representation
	  [static] (public static member function)

http://cppreference.com		  2022.07.31	  std::chrono...alues::zero(3)

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

home | help