| 2309 | LhsT m_lhs; |
| 2310 | public: |
| 2311 | explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {} |
| 2312 | |
| 2313 | template<typename RhsT> |
| 2314 | auto operator == ( RhsT const& rhs ) -> BinaryExpr<LhsT, RhsT const&> const { |
nothing calls this directly
no outgoing calls
no test coverage detected