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 |