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

Method next

extern/Catch2/catch.hpp:3979–3982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3977 return m_values[m_idx];
3978 }
3979 bool next() override {
3980 ++m_idx;
3981 return m_idx < m_values.size();
3982 }
3983 };
3984
3985 template <typename T>

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected