33 Concurrency support library [thread]

33.9 Coordination types [thread.coord]

33.9.3 Barriers [thread.barrier]

33.9.3.2 Header <barrier> synopsis [barrier.syn]

namespace std { template<class CompletionFunction = see below> class barrier; }