Wait for all signaled threads to unblock and destroy this barrier. (See wait and timedWait below for the meaning of signaled.) Note that the behavior is undefined if a barrier is destroyed while one or more threads are waiting on it.

Synopsis

Declared in <bslmt_barrier.h>

~Barrier();

Created with MrDocs