Searched refs:aItL (Results 1 – 1 of 1) sorted by relevance
56 …for( CIT aItL = rLeft.begin(), aItR = rRight.begin(); !nResult && (aItL != aEndL) && (aItR != aEnd… in lclCompareVectors() local57 nResult = static_cast< int >( *aItL ) - static_cast< int >( *aItR ); in lclCompareVectors()
Completed in 18 milliseconds