32 Thread support library [thread]

32.8 Coordination types [thread.coord]

32.8.2 Barriers [thread.barrier]

32.8.2.1 Header <barrier> synopsis [barrier.syn]

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