Deleted: NoDestructor is not copyable.

Synopsis

Declared in <absl/base/no_destructor.h>

NoDestructor(NoDestructor const& other) = delete;

Parameters

Name

Description

other

The object to copy construct from

Created with MrDocs