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

Method ForEach

libs/geometry/tree4d.hpp:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203
204 template <typename ToDo>
205 void ForEach(ToDo && toDo) const
206 {
207 for (Value const & v : m_tree)
208 toDo(v.m_val);
209 }
210
211 template <typename ToDo>
212 bool ForAny(ToDo && toDo) const

Callers 1

UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.36