MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / iterator

Method iterator

tests/catch.hpp:6402–6404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6400 bool m_suffix = false;
6401
6402 iterator(Column const& column, size_t stringIndex)
6403 : m_column(column),
6404 m_stringIndex(stringIndex) {}
6405
6406 auto line() const -> std::string const& { return m_column.m_strings[m_stringIndex]; }
6407

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected