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

Method operator +

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

Source from the content-addressed store, hash-verified

5533 return *this;
5534 }
5535 auto operator + ( Column const& col ) -> Columns {
5536 Columns combined = *this;
5537 combined += col;
5538 return combined;
5539 }
5540
5541 inline friend std::ostream& operator << ( std::ostream& os, Columns const& cols ) {
5542

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected