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

Method getHelpColumns

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

Source from the content-addressed store, hash-verified

7414 auto operator+( T const &other ) const -> Parser { return operator|( other ); }
7415
7416 auto getHelpColumns() const -> std::vector<HelpColumns> {
7417 std::vector<HelpColumns> cols;
7418 for (auto const &o : m_options) {
7419 auto childCols = o.getHelpColumns();
7420 cols.insert( cols.end(), childCols.begin(), childCols.end() );
7421 }
7422 return cols;
7423 }
7424
7425 void writeToStream( std::ostream &os ) const {
7426 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