| 1374 | LhsT m_lhs; |
| 1375 | public: |
| 1376 | explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {} |
| 1377 | |
| 1378 | template<typename RhsT> |
| 1379 | auto operator == ( RhsT const& rhs ) -> BinaryExpr<LhsT, RhsT const&> const { |
nothing calls this directly
no outgoing calls
no test coverage detected