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

References

usr/include/c++/7.4.0/bits/basic_string.tcc
  396       _M_check_length(__n1, __n2, "basic_string::_M_replace_aux");
  399       const size_type __new_size = __old_size + __n2 - __n1;
  405 	  const size_type __how_much = __old_size - __pos1 - __n1;
  406 	  if (__how_much && __n1 != __n2)
  407 	    this->_S_move(__p + __n2, __p + __n1, __how_much);
  410 	this->_M_mutate(__pos1, __n1, 0, __n2);