MCPcopy Create free account
hub / github.com/comaps/comaps / NextStep

Method NextStep

libs/search/feature_offset_match.hpp:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 void NextStep()
121 {
122 if (!m_prevValues)
123 m_prevValues = std::make_unique<Values>();
124
125 m_prevValues.swap(m_values);
126 m_values->clear();
127 }
128
129 template <class ToDo>
130 void ForEachResult(ToDo && toDo) const

Callers 2

MatchFeaturesInTrieFunction · 0.80
MatchPostcodesInTrieFunction · 0.80

Calls 2

swapMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected