other versions
- Tumbleweed 2024.07.05-1.3
- Leap-16.0
- Leap-15.6
std::experimental::barrier::~barrier(3) | C++ Standard Libary | std::experimental::barrier::~barrier(3) |
NAME¶
std::experimental::barrier::~barrier - std::experimental::barrier::~barrier
Synopsis¶
~barrier(); (concurrency TS)
Destroys the barrier.
The behavior is undefined if a thread is blocked at the synchronization
point.
2024.06.10 | http://cppreference.com |