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 auto operator&&(T) const -> BinaryExpr<LhsT, RhsT const&> const
-
template<typename T>
inline auto operator||(T) const -> BinaryExpr<LhsT, RhsT const&> const
-
template<typename T>
inline auto operator==(T) const -> BinaryExpr<LhsT, RhsT const&> const
-
template<typename T>
inline auto operator!=(T) const -> BinaryExpr<LhsT, RhsT const&> const
-
template<typename T>
inline auto operator>(T) const -> BinaryExpr<LhsT, RhsT const&> const
-
template<typename T>
inline auto operator<(T) const -> BinaryExpr<LhsT, RhsT const&> const
-
template<typename T>
inline auto operator>=(T) const -> BinaryExpr<LhsT, RhsT const&> const
-
template<typename T>
inline auto operator<=(T) const -> BinaryExpr<LhsT, RhsT const&> const
-
template<typename T>