Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
32
Concurrency support library
[thread]
32.9
Coordination types
[thread.coord]
32.9.3
Barriers
[thread.barrier]
32.9.3.2
Header
<barrier>
synopsis
[barrier.syn]
🔗
namespace
std
{
template
<
class
CompletionFunction
=
see below
>
class
barrier;
}