MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator +

Method operator +

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

Source from the content-addressed store, hash-verified

5559 };
5560
5561 inline auto Column::operator + ( Column const& other ) -> Columns {
5562 Columns cols;
5563 cols += *this;
5564 cols += other;
5565 return cols;
5566 }
5567}}} // namespace Catch::clara::TextFlow
5568
5569// ----------- end of #include from clara_textflow.hpp -----------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected