absl::NoDestructor::operator=

Deleted: NoDestructor is not copy-assignable.

Synopsis

Declared in <absl/base/no_destructor.h>

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

Return Value

Not applicable; this overload is deleted.

Parameters

NameDescription
otherThe object to copy assign from