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

Method Find

scintilla/lexlib/SparseState.h:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 stateVector states;
34
35 typename stateVector::iterator Find(int position) {
36 State searchValue(position, T());
37 return std::lower_bound(states.begin(), states.end(), searchValue);
38 }
39
40public:
41 SparseState(int positionFirst_=-1) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected