reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
337 const size_type __how_much = length() - __pos - __n; 339 if (__how_much && __n) 340 this->_S_move(_M_data() + __pos, _M_data() + __pos + __n, __how_much); 342 _M_set_length(length() - __n);