|
template<class T, class ARG_T, class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
T* AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::Exists |
( |
ARG_T |
in_Item
|
) |
const [inline]
|
Returns a pointer to the specified item in the list if it exists, 0 if not found.
AkArray.h の 379 行で定義されています。
|