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

Method ForEachChangeTypes

generator/feature_merger.hpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38 template <class ToDo>
39 void ForEachChangeTypes(ToDo toDo)
40 {
41 for_each(m_params.m_types.begin(), m_params.m_types.end(), toDo);
42 m_params.FinishAddingTypes();
43 }
44
45 template <class ToDo>
46 void ForEachMiddlePoints(ToDo toDo) const

Callers 1

operator()Method · 0.80

Calls 3

FinishAddingTypesMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected