table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| 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 implementation.
| 2024.06.10 | http://cppreference.com |