Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/TContainerTraitsBase
This should be overridden by every container that supports emptying its contents via a move operation.
| Name | TContainerTraitsBase |
| Type | enum |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/TypeTraits.h |
| Include Path | #include "uLang/Common/Templates/TypeTraits.h" |
Syntax
enum TContainerTraitsBase
{
MoveWillEmptyContainer = false,
}
Values
| Name | Remarks |
|---|---|
| MoveWillEmptyContainer |