Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TIsContiguousContainer< T > Struct Template Reference

#include <IsContiguousContainer.h>

+ Inheritance diagram for TIsContiguousContainer< T >:

Public Types

enum  { Value = false }
 

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

Definition at line 13 of file IsContiguousContainer.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
Value 

Definition at line 15 of file IsContiguousContainer.h.


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