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

Method ForEachEx

libs/geometry/tree4d.hpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220
221 template <typename ToDo>
222 void ForEachEx(ToDo && toDo) const
223 {
224 for (Value const & v : m_tree)
225 toDo(v.GetRect(), v.m_val);
226 }
227
228 template <typename ToDo>
229 bool FindNode(ToDo && toDo) const

Callers

nothing calls this directly

Calls 1

GetRectMethod · 0.45

Tested by

no test coverage detected