nn::util::NonCopyable Classtemplate <typename T> class NonCopyable
| Name | Description |
|---|---|
| T | Derived class type that inherits from this class. |
Class template for creating objects that cannot be copied.
class A : By defining the class as private nn::util::NonCopyable< A >, you can suppress copy operations, such as those used by copy constructors and assignments.
CONFIDENTIAL