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

Method begin

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

Source from the content-addressed store, hash-verified

5420
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 ) {

Callers 15

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

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected