absl::once_flag::operator=

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

NameDescription
otherThe object to copy assign from