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

Method next

external/catch.hpp:4266–4272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4264 return m_cache;
4265 }
4266 bool next() override {
4267 const auto success = m_generator.next();
4268 if (success) {
4269 m_cache = m_function(m_generator.get());
4270 }
4271 return success;
4272 }
4273 };
4274
4275 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