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

Method iterator

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

Source from the content-addressed store, hash-verified

8423 bool m_suffix = false;
8424
8425 iterator(Column const& column, size_t stringIndex)
8426 : m_column(column),
8427 m_stringIndex(stringIndex) {}
8428
8429 auto line() const -> std::string const& { return m_column.m_strings[m_stringIndex]; }
8430

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected