#include <catch.hpp>
Public Member Functions | |
ExprLhs (LhsT lhs) | |
auto | makeUnaryExpr () const -> UnaryExpr< LhsT > |
template<typename RhsT > | |
auto | operator!= (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const |
auto | operator!= (bool rhs) -> BinaryExpr< LhsT, bool > const |
template<typename RhsT > | |
auto | operator< (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const |
template<typename RhsT > | |
auto | operator<= (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const |
template<typename RhsT > | |
auto | operator== (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const |
auto | operator== (bool rhs) -> BinaryExpr< LhsT, bool > const |
template<typename RhsT > | |
auto | operator> (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const |
template<typename RhsT > | |
auto | operator>= (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const |
Private Attributes | |
LhsT | m_lhs |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |