MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / Delete

Method Delete

scintilla/lexlib/SparseState.h:65–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64 }
65 bool Delete(int position) {
66 typename stateVector::iterator low = Find(position);
67 if (low != states.end()) {
68 states.erase(low, states.end());
69 return true;
70 }
71 return false;
72 }
73 size_t size() const {
74 return states.size();
75 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected