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

#include <IsContiguousContainer.h>

+ Inheritance diagram for TIsContiguousContainer< T >:

Public Member Functions

 UE_STATIC_ASSERT_COMPLETE_TYPE (T, "TIsContiguousContainer instantiated with an incomplete type")
 

Static Public Attributes

static constexpr bool Value = sizeof(T) == 0
 

Detailed Description

template<typename T>
struct TIsContiguousContainer< T >

Traits class which tests if a type is a contiguous container. Requires: [ &Container[0], &Container[0] + Num ) is a valid range

Member Function Documentation

◆ UE_STATIC_ASSERT_COMPLETE_TYPE()

template<typename T >
TIsContiguousContainer< T >::UE_STATIC_ASSERT_COMPLETE_TYPE ( ,
"TIsContiguousContainer< T > instantiated with an incomplete type"   
)

Member Data Documentation

◆ Value

template<typename T >
constexpr bool TIsContiguousContainer< T >::Value = sizeof(T) == 0
staticconstexpr

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