MCPcopy Create free account
hub / github.com/bitfieldaudio/OTTO / getHelpColumns

Method getHelpColumns

external/include/catch.hpp:6189–6196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6187 auto operator+( T const &other ) const -> Parser { return operator|( other ); }
6188
6189 auto getHelpColumns() const -> std::vector<HelpColumns> {
6190 std::vector<HelpColumns> cols;
6191 for (auto const &o : m_options) {
6192 auto childCols = o.getHelpColumns();
6193 cols.insert( cols.end(), childCols.begin(), childCols.end() );
6194 }
6195 return cols;
6196 }
6197
6198 void writeToStream( std::ostream &os ) const {
6199 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