Template Class BinaryExpr
Defined in File catch.hpp
Inheritance Relationships
Base Type
public Catch::ITransientExpression(Struct ITransientExpression)
Class Documentation
-
template<typename LhsT, typename RhsT>
class BinaryExpr : public Catch::ITransientExpression Public Functions
-
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator&&(T) const
-
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator||(T) const
-
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator==(T) const
-
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator!=(T) const
-
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator>(T) const
-
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator<(T) const
-
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator>=(T) const
-
template<typename T>
inline BinaryExpr<LhsT, RhsT const&> const operator<=(T) const
-
template<typename T>