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

#include <IsContiguousContainer.h>

Static Public Attributes

static constexpr bool Value = false
 

Detailed Description

template<typename T>
struct TIsContiguousContainer< T[]>

Specialization for unbounded C arrays (never contiguous - should be treated as pointers which are not regarded as contiguous containers)

Member Data Documentation

◆ Value

template<typename T >
constexpr bool TIsContiguousContainer< T[]>::Value = false
staticconstexpr

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