reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/SmallVector.h
  455     assert(S <= E && "Trying to erase invalid range.");
  456     assert(E <= this->end() && "Trying to erase past the end.");
  460     iterator I = std::move(E, this->end(), S);