![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
Traits class which tests if a type is a contiguous container. Requires: [ &Container[0], &Container[0] + Num ) is a valid range
| TIsContiguousContainer< T >::UE_STATIC_ASSERT_COMPLETE_TYPE | ( | T | , |
| "TIsContiguousContainer< T > instantiated with an incomplete type" | |||
| ) |
|
staticconstexpr |