|
◆ BinarySearch()
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 of the specified item, will be End() if the item is not found The array must be in ascending sorted order.
在文件 AkArray.h 第 301 行定义.
|