Deleted: once_flag is not copy‐assignable.

Synopsis

Declared in <absl/base/call_once.h>

once_flag&
operator=(once_flag const& other) = delete;

Return Value

Not applicable; this overload is deleted.

Parameters

Name

Description

other

The object to copy assign from

Created with MrDocs