Deleted copy constructor; Barrier is not copyable.

Synopsis

Declared in <absl/synchronization/barrier.h>

Barrier(Barrier const& other) = delete;

Parameters

Name

Description

other

The object to copy construct from

Created with MrDocs