Antares Xpansion
Investment simulations for Antares studies
Loading...
Searching...
No Matches
Catch::BinaryExpr< LhsT, RhsT > Class Template Reference
Inheritance diagram for Catch::BinaryExpr< LhsT, RhsT >:
Catch::ITransientExpression

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
 
- Public Member Functions inherited from Catch::ITransientExpression
auto isBinaryExpression () const -> bool
 
auto getResult () const -> bool
 
 ITransientExpression (bool isBinaryExpression, bool result)
 

Additional Inherited Members

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

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