Scroll to navigation

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.

2022.07.31 http://cppreference.com