|
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.
Definition at line 323 of file AkArray.h.
|