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

Method begin

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

Source from the content-addressed store, hash-verified

6524
6525 auto width() const -> size_t { return m_width; }
6526 auto begin() const -> iterator { return iterator(*this); }
6527 auto end() const -> iterator { return { *this, m_strings.size() }; }
6528
6529 inline friend std::ostream& operator << (std::ostream& os, Column const& col) {

Callers 15

matchMethod · 0.45
sectionStartingMethod · 0.45
iteratorMethod · 0.45
ArgsMethod · 0.45
TokenStreamMethod · 0.45
operator++Method · 0.45
convertIntoFunction · 0.45
operator|=Method · 0.45
getHelpColumnsMethod · 0.45
tryTranslatorsMethod · 0.45
popScopedMessageMethod · 0.45
startsWithFunction · 0.45

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected