reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
715 assert(i <= Size && Size <= N && "Bad indices"); 716 assert((i == 0 || Traits::stopLess(stop(i - 1), x)) && 716 assert((i == 0 || Traits::stopLess(stop(i - 1), x)) && 718 while (i != Size && Traits::stopLess(stop(i), x)) ++i; 718 while (i != Size && Traits::stopLess(stop(i), x)) ++i; 718 while (i != Size && Traits::stopLess(stop(i), x)) ++i; 719 return i;