reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
333 assert(I >= this->begin() && "Insertion iterator is out of bounds."); 334 assert(I <= this->end() && "Inserting past the end of the vector."); 336 return I; 339 ptrdiff_t Offset = I - begin();