| 6666 | }; |
| 6667 | |
| 6668 | inline auto Column::operator + (Column const& other) -> Columns { |
| 6669 | Columns cols; |
| 6670 | cols += *this; |
| 6671 | cols += other; |
| 6672 | return cols; |
| 6673 | } |
| 6674 | } |
| 6675 | |
| 6676 | } |
nothing calls this directly
no outgoing calls
no test coverage detected