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

Name

Description

other

The object to copy assign from

Created with MrDocs