|
◆ IsEmpty()
template<class T , class ARG_T , class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
AkForceInline bool AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::IsEmpty |
( |
|
) |
const |
|
inline |
Returns true if the number items in the array is 0, false otherwise.
AkArray.h の 434 行目に定義があります。
|