Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TUseBitwiseSwap
We don't use bitwise operations for 'register' types because this will force them into memory and be slower.
| Name | TUseBitwiseSwap |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Traits/UseBitwiseSwap.h |
| Include Path | #include "Traits/UseBitwiseSwap.h" |
Syntax
enum TUseBitwiseSwap
{
Value = !(std::is_enum_v<T> || std::is_pointer_v<T> || std::is_arithmetic_v<T>),
}
Values
| Name | Remarks |
|---|---|
| Value |