AlgoPlus v0.1.0
Loading...
Searching...
No Matches
Catch::ExprLhs< LhsT > Class Template Reference

Public Member Functions

 ExprLhs (LhsT lhs)
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
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
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
template<typename RhsT>
auto operator^ (RhsT const &rhs) -> BinaryExpr< LhsT, RhsT const & > const
template<typename RhsT>
auto operator&& (RhsT const &) -> BinaryExpr< LhsT, RhsT const & > const
template<typename RhsT>
auto operator|| (RhsT const &) -> BinaryExpr< LhsT, RhsT const & > const
auto makeUnaryExpr () const -> UnaryExpr< LhsT >

The documentation for this class was generated from the following file: