Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
| Type | Name | Description | |
|---|---|---|---|
| decltype(Container.Num()) | GetNum
(
T&& Container |
Generically gets the number of items in a contiguous container | |
| SIZE_T | GetNum
(
T(&) Container |
||
| SIZE_T | GetNum
(
T(&&) Container |
||
| SIZE_T | GetNum
(
const T(&) Container |
||
| SIZE_T | GetNum
(
const T(&&) Container |
||
| int32 | GetNum
(
std::initializer_list< T > List |
Gets the number of items in an initializer list. |