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

Method next

tests/catch.hpp:3545–3548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3543 return m_values[m_idx];
3544 }
3545 bool next() override {
3546 ++m_idx;
3547 return m_idx < m_values.size();
3548 }
3549 };
3550
3551 template <typename T>

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected