MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / iterator

Method iterator

unittests/catch.hpp:5299–5302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5297 bool m_suffix = false;
5298
5299 iterator( Column const& column, size_t stringIndex )
5300 : m_column( column ),
5301 m_stringIndex( stringIndex )
5302 {}
5303
5304 auto line() const -> std::string const& { return m_column.m_strings[m_stringIndex]; }
5305

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected