Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common > API/Runtime/uLangCore/uLang/Common/Templates
Inheritance Hierarchy
- TIsContiguousContainer
- TIsContiguousContainer< const T >
- TIsContiguousContainer< const volatile T >
- TIsContiguousContainer< T & >
- TIsContiguousContainer< T && >
- TIsContiguousContainer< volatile T >
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/TypeTraits.h |
| Include | #include "uLang/Common/Templates/TypeTraits.h" |
Syntax
template<typename T>
struct TIsContiguousContainer
Remarks
Traits class which tests if a type is a contiguous container. Requires: [ &Container[0], &Container[0] + Num ) is a valid range
Enums
| Type | Name | Description | |
|---|---|---|---|
| API/Runtime/uLangCore/uLang/Common/Templates/TIsContiguousContainer_1 |