|
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.
AkArray.h の 198 行で定義されています。
|