Navigation
API > API/Runtime > API/Runtime/uLangCore
Utility template for a class that should not be copyable. Derive from this class to make your class non-copyable
| Name | CNoncopyable |
| Type | class |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/Storage.h |
| Include Path | #include "uLang/Common/Templates/Storage.h" |
Syntax
class CNoncopyable
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CNoncopyable () |
Ensure the class cannot be constructed directly | uLang/Common/Templates/Storage.h | |
CNoncopyable
(
const CNoncopyable& |
uLang/Common/Templates/Storage.h | ||
CNoncopyable
(
CNoncopyable&& |
uLang/Common/Templates/Storage.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~CNoncopyable() |
The class should not be used polymorphically | uLang/Common/Templates/Storage.h |
Functions
Protected
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CNoncopyable & operator=
(
const CNoncopyable& |
uLang/Common/Templates/Storage.h | ||
CNoncopyable & operator=
(
CNoncopyable&& |
uLang/Common/Templates/Storage.h |