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

FreeBSD Manual Pages

  
 
  

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

NAME
       std::latch::max - std::latch::max

Synopsis
	  static constexpr std::ptrdiff_t max()	noexcept;  (since C++20)

	  Returns  the	maximum	value of the internal counter supported	by the
       implementation.

Parameters
	  (none)

Return value
	  The maximum value of the internal counter supported by the implemen-
       tation.

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

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

home | help