|  | 
◆ 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 の 317 行目に定義があります。 |