| 1973 | LhsT m_lhs; |
| 1974 | public: |
| 1975 | explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {} |
| 1976 | |
| 1977 | template<typename RhsT> |
| 1978 | auto operator == ( RhsT const& rhs ) -> BinaryExpr<LhsT, RhsT const&> const { |
nothing calls this directly
no outgoing calls
no test coverage detected