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

Method next

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

Source from the content-addressed store, hash-verified

3932 return m_values[m_idx];
3933 }
3934 bool next() override {
3935 ++m_idx;
3936 return m_idx < m_values.size();
3937 }
3938 };
3939
3940 template <typename T>

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected