Template Class ExprLhs¶
Defined in File catch.hpp
Class Documentation¶
-
template<typename
LhsT>
classCatch::ExprLhs¶ Public Functions
-
template<typename
RhsT>
inline autooperator==(RhsT const &rhs) -> BinaryExpr<LhsT, RhsT const&> const¶
-
inline auto
operator==(bool rhs) -> BinaryExpr<LhsT, bool> const¶
-
template<typename
RhsT>
inline autooperator!=(RhsT const &rhs) -> BinaryExpr<LhsT, RhsT const&> const¶
-
inline auto
operator!=(bool rhs) -> BinaryExpr<LhsT, bool> const¶
-
template<typename
RhsT>
inline autooperator>(RhsT const &rhs) -> BinaryExpr<LhsT, RhsT const&> const¶
-
template<typename
RhsT>
inline autooperator<(RhsT const &rhs) -> BinaryExpr<LhsT, RhsT const&> const¶
-
template<typename
RhsT>
inline autooperator>=(RhsT const &rhs) -> BinaryExpr<LhsT, RhsT const&> const¶
-
template<typename
RhsT>
inline autooperator<=(RhsT const &rhs) -> BinaryExpr<LhsT, RhsT const&> const¶
-
template<typename