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