| 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 ----------- |
nothing calls this directly
no outgoing calls
no test coverage detected