reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
313 assert(I >= this->begin() && "Insertion iterator is out of bounds."); 314 assert(I <= this->end() && "Inserting past the end of the vector."); 315 if (I == end()) { 322 assert(I == begin()); 328 return Val.template get<VecTy*>()->insert(I, Elt);