UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IsTriviallyRelocatable.h File Reference
#include <type_traits>

Go to the source code of this file.

Classes

struct  TIsTriviallyRelocatable< T >
 
struct  TIsTriviallyRelocatable< const T >
 
struct  TIsTriviallyRelocatable< volatile T >
 
struct  TIsTriviallyRelocatable< const volatile T >
 

Variables

template<typename T >
constexpr bool TIsTriviallyRelocatable_V = TIsTriviallyRelocatable<T>::Value
 

Variable Documentation

◆ TIsTriviallyRelocatable_V

template<typename T >
constexpr bool TIsTriviallyRelocatable_V = TIsTriviallyRelocatable<T>::Value
inlineconstexpr