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

Method end

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

Source from the content-addressed store, hash-verified

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) {
6530 bool first = true;

Callers 15

matchMethod · 0.45
sectionStartingMethod · 0.45
iteratorMethod · 0.45
operator *Method · 0.45
operator ++Method · 0.45
ArgsMethod · 0.45
TokenStreamMethod · 0.45
convertIntoFunction · 0.45
operator|=Method · 0.45
getHelpColumnsMethod · 0.45
makeCommandLineParserFunction · 0.45
tryTranslatorsMethod · 0.45

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected