Template Class ExprLhs
Defined in File catch.hpp
Class Documentation
-
template<typename LhsT>
class ExprLhs Public Functions
-
template<typename RhsT>
inline BinaryExpr<LhsT, RhsT const&> const operator==(RhsT const &rhs)
-
inline BinaryExpr<LhsT, bool> const operator==(bool rhs)
-
template<typename RhsT>
inline BinaryExpr<LhsT, RhsT const&> const operator!=(RhsT const &rhs)
-
inline BinaryExpr<LhsT, bool> const operator!=(bool rhs)
-
template<typename RhsT>
inline BinaryExpr<LhsT, RhsT const&> const operator>(RhsT const &rhs)
-
template<typename RhsT>
inline BinaryExpr<LhsT, RhsT const&> const operator<(RhsT const &rhs)
-
template<typename RhsT>
inline BinaryExpr<LhsT, RhsT const&> const operator>=(RhsT const &rhs)
-
template<typename RhsT>
inline BinaryExpr<LhsT, RhsT const&> const operator<=(RhsT const &rhs)
-
template<typename RhsT>
inline BinaryExpr<LhsT, RhsT const&> const operator|(RhsT const &rhs)
-
template<typename RhsT>
inline BinaryExpr<LhsT, RhsT const&> const operator&(RhsT const &rhs)
-
template<typename RhsT>
inline BinaryExpr<LhsT, RhsT const&> const operator^(RhsT const &rhs)
-
template<typename RhsT>
inline BinaryExpr<LhsT, RhsT const&> const operator&&(RhsT const&)
-
template<typename RhsT>
inline BinaryExpr<LhsT, RhsT const&> const operator||(RhsT const&)
-
template<typename RhsT>