|
template<class T, class ARG_T, class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
Iterator AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::BinarySearch |
( |
ARG_T |
in_Item
|
) |
const [inline]
|
Returns the iterator th the specified item, will be End() if the item is not found The array must be in ascending sorted order.
Definition at line 248 of file AkArray.h.
|