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

Method next

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

Source from the content-addressed store, hash-verified

4579 return m_current_number;
4580 }
4581 bool next() override {
4582 m_current_number = m_dist(m_rng);
4583 return true;
4584 }
4585};
4586
4587// TODO: Ideally this would be also constrained against the various char types,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected