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