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

#include <IsTriviallyCopyConstructible.h>

Public Types

enum  { Value = std::is_trivially_copy_constructible_v<T> }
 

Detailed Description

template<typename T>
struct TIsTriviallyCopyConstructible< T >

Traits class which tests if a type has a trivial copy constructor.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
Value 

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