#include <apibase.h>
This type trait determines the type of collection. If COLLECTION is an array, map or set, the static member value will be the corresponding COLLECTION_KIND value, otherwise it will be COLLECTION_KIND::NONE. E.g., GetCollectionKind<BaseArray<Int>>::value == COLLECTION_KIND::ARRAY is true.
Static Public Attributes | |
| static const COLLECTION_KIND | value |
|
static |