MCPcopy Create free account
hub / github.com/Profactor/cv-plot / next

Method next

CvPlot/ext/catch2/inc/catch.hpp:4217–4223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4215 return m_cache;
4216 }
4217 bool next() override {
4218 const auto success = m_generator.next();
4219 if (success) {
4220 m_cache = m_function(m_generator.get());
4221 }
4222 return success;
4223 }
4224 };
4225
4226 template <typename Func, typename U, typename T = FunctionReturnType<Func, U>>

Callers

nothing calls this directly

Calls 2

nextMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected