other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::latch::~latch(3) | C++ Standard Libary | std::latch::~latch(3) | 
NAME¶
std::latch::~latch - std::latch::~latch
Synopsis¶
~latch(); (since C++20)
  
   Destroys the latch.
Notes¶
 The behavior is undefined if any thread is concurrently calling a
    member function of
  
   the latch.
| 2024.06.10 | http://cppreference.com |