kblib 0.2.3
General utilities library for modern C++
Catch::BinaryExpr< LhsT, RhsT > Class Template Reference

#include <catch/catch.hpp>

Inheritance diagram for Catch::BinaryExpr< LhsT, RhsT >:
Collaboration diagram for Catch::BinaryExpr< LhsT, RhsT >:

Public Member Functions

 BinaryExpr (bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs)
 
template<typename T >
auto operator&& (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator|| (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator== (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator!= (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator> (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator< (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator>= (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator<= (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
 BinaryExpr (bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs)
 
template<typename T >
auto operator&& (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator|| (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator== (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator!= (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator> (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator< (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator>= (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
template<typename T >
auto operator<= (T) const -> BinaryExpr< LhsT, RhsT const & > const
 
- Public Member Functions inherited from Catch::ITransientExpression
auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 
virtual void streamReconstructedExpression (std::ostream &os) const =0
 
 ITransientExpression (bool isBinaryExpression, bool result)
 
virtual ~ITransientExpression ()
 
auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 
virtual void streamReconstructedExpression (std::ostream &os) const =0
 
 ITransientExpression (bool isBinaryExpression, bool result)
 
virtual ~ITransientExpression ()
 

Additional Inherited Members

- Public Attributes inherited from Catch::ITransientExpression
bool m_isBinaryExpression
 
bool m_result
 

Detailed Description

template<typename LhsT, typename RhsT>
class Catch::BinaryExpr< LhsT, RhsT >

Definition at line 2224 of file catch.hpp.

Constructor & Destructor Documentation

◆ BinaryExpr() [1/2]

template<typename LhsT , typename RhsT >
Catch::BinaryExpr< LhsT, RhsT >::BinaryExpr ( bool  comparisonResult,
LhsT  lhs,
StringRef  op,
RhsT  rhs 
)
inline

Definition at line 2235 of file catch.hpp.

◆ BinaryExpr() [2/2]

template<typename LhsT , typename RhsT >
Catch::BinaryExpr< LhsT, RhsT >::BinaryExpr ( bool  comparisonResult,
LhsT  lhs,
StringRef  op,
RhsT  rhs 
)
inline

Definition at line 2235 of file catch.hpp.

Member Function Documentation

◆ operator!=() [1/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator!= ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2264 of file catch.hpp.

◆ operator!=() [2/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator!= ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2264 of file catch.hpp.

◆ operator&&() [1/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator&& ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2243 of file catch.hpp.

◆ operator&&() [2/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator&& ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2243 of file catch.hpp.

◆ operator<() [1/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator< ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2278 of file catch.hpp.

◆ operator<() [2/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator< ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2278 of file catch.hpp.

◆ operator<=() [1/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator<= ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2292 of file catch.hpp.

◆ operator<=() [2/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator<= ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2292 of file catch.hpp.

◆ operator==() [1/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator== ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2257 of file catch.hpp.

◆ operator==() [2/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator== ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2257 of file catch.hpp.

◆ operator>() [1/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator> ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2271 of file catch.hpp.

◆ operator>() [2/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator> ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2271 of file catch.hpp.

◆ operator>=() [1/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator>= ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2285 of file catch.hpp.

◆ operator>=() [2/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator>= ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2285 of file catch.hpp.

◆ operator||() [1/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator|| ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2250 of file catch.hpp.

◆ operator||() [2/2]

template<typename LhsT , typename RhsT >
template<typename T >
auto Catch::BinaryExpr< LhsT, RhsT >::operator|| ( ) const -> BinaryExpr<LhsT, RhsT const&> const
inline

Definition at line 2250 of file catch.hpp.


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