MCPcopy Create free account
hub / github.com/HelenOS/helenos / erase

Method erase

uspace/lib/cpp/include/__bits/string/string.hpp:1041–1047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1039 }
1040
1041 iterator erase(const_iterator pos)
1042 {
1043 auto idx = static_cast<size_type>(pos - cbegin());
1044 erase(idx, 1);
1045
1046 return begin() + idx;
1047 }
1048
1049 iterator erase(const_iterator first, const_iterator last)
1050 {

Callers 1

string_io.hppFile · 0.45

Calls 1

beginFunction · 0.85

Tested by

no test coverage detected