MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / next

Method next

tests/catch.hpp:3705–3712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3703 }
3704
3705 bool next() override {
3706 bool success = m_generator.next();
3707 if (!success) {
3708 return false;
3709 }
3710 while (!m_predicate(m_generator.get()) && (success = m_generator.next()) == true);
3711 return success;
3712 }
3713 };
3714
3715 template <typename T, typename Predicate>

Callers

nothing calls this directly

Calls 2

nextMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected