#include <catch_amalgamated.hpp>
Public Member Functions | |
| constexpr | ExprLhs (LhsT lhs) |
| constexpr auto | makeUnaryExpr () const -> UnaryExpr< LhsT > |
Private Attributes | |
| LhsT | m_lhs |
Friends | |
| template<typename RhsT> | |
| auto | operator&& (ExprLhs &&, RhsT &&) -> BinaryExpr< LhsT, RhsT const & > |
| template<typename RhsT> | |
| auto | operator|| (ExprLhs &&, RhsT &&) -> BinaryExpr< LhsT, RhsT const & > |
|
inlineexplicitconstexpr |

|
inlineconstexpr |

|
friend |
|
friend |
|
private |