Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
Inheritance Hierarchy
- TAtomicBase_Basic
- TAtomicBase_Arithmetic
- TAtomicBase_Pointer
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/Atomic.h |
| Include | #include "Templates/Atomic.h" |
Syntax
template<typename T>
struct TAtomicBase_Pointer : public TAtomicBase_Arithmetic< T, PTRINT >
Remarks
Pointer atomic implementation - allows arithmetic with PTRINT.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| constexpr | TAtomicBase_Pointer
(
T Value |