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

Method end

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

Source from the content-addressed store, hash-verified

5421 auto width() const -> size_t { return m_width; }
5422 auto begin() const -> iterator { return iterator( *this ); }
5423 auto end() const -> iterator { return { *this, m_strings.size() }; }
5424
5425 inline friend std::ostream& operator << ( std::ostream& os, Column const& col ) {
5426 bool first = true;

Callers 15

mainFunction · 0.45
mainFunction · 0.45
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

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected