MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / getHelpColumns

Method getHelpColumns

deps/Catch/catch.hpp:9548–9555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9546 auto operator+( T const &other ) const -> Parser { return operator|( other ); }
9547
9548 auto getHelpColumns() const -> std::vector<HelpColumns> {
9549 std::vector<HelpColumns> cols;
9550 for (auto const &o : m_options) {
9551 auto childCols = o.getHelpColumns();
9552 cols.insert( cols.end(), childCols.begin(), childCols.end() );
9553 }
9554 return cols;
9555 }
9556
9557 void writeToStream( std::ostream &os ) const {
9558 if (!m_exeName.name().empty()) {

Callers

nothing calls this directly

Calls 3

getHelpColumnsMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected