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

FreeBSD Manual Pages

  
 
  

home | help
std::chrono..._values::max(3) C++ Standard Libarystd::chrono..._values::max(3)

NAME
       std::chrono::duration_values::max - std::chrono::duration_values::max

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

	  Returns the largest possible representation.

Parameters
	  (none)

Return value
	  returns std::numeric_limits<Rep>::max()

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

http://cppreference.com		  2022.07.31	 std::chrono..._values::max(3)

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

home | help