Navigation
API > API/Runtime > API/Runtime/uLangCore
A traits class which specifies whether a Swap of a given type should swap the bits or use a traditional value-based swap.
| Name | TUseBitwiseSwap |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/Storage.h |
| Include Path | #include "uLang/Common/Templates/Storage.h" |
Syntax
template<typename T>
struct TUseBitwiseSwap
Enums
Public
| Name | Remarks |
|---|---|
| TUseBitwiseSwap | We don't use bitwise swapping for 'register' types because this will force them into memory and be slower. |