UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TUseBitwiseSwap< T > Struct Template Reference

#include <UseBitwiseSwap.h>

Public Types

enum  { Value = !(std::is_enum_v<T> || std::is_pointer_v<T> || std::is_arithmetic_v<T>) }
 

Detailed Description

template<typename T>
struct TUseBitwiseSwap< T >

A traits class which specifies whether a relocation of a given type should use a bitwise function like memcpy or memswap or traditional value-based operations.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
Value 

The documentation for this struct was generated from the following file: