|
◆ BinarySearch()
template<class T , class ARG_T , class TAlloc = ArrayPoolDefault, class TGrowBy = AkGrowByPolicy_DEFAULT, 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 파일의 376 번째 라인에서 정의되었습니다.
|