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

#include <TypeTraits.h>

+ Inheritance diagram for uLang::TIsContiguousContainer< T >:

Public Types

enum  { Value = false }
 

Detailed Description

template<typename T>
struct uLang::TIsContiguousContainer< T >

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

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
Value 

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