MCPcopy Create free account
hub / github.com/RenderKit/embree / next

Method next

tutorials/external/catch.hpp:3757–3764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3755 }
3756
3757 bool next() override {
3758 bool success = m_generator.next();
3759 if (!success) {
3760 return false;
3761 }
3762 while (!m_predicate(m_generator.get()) && (success = m_generator.next()) == true);
3763 return success;
3764 }
3765 };
3766
3767 template <typename T, typename Predicate>

Callers

nothing calls this directly

Calls 2

nextMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected