#include <catch_amalgamated.hpp>
|
constexpr | 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 |
constexpr auto | isBinaryExpression () const -> bool |
constexpr auto | getResult () const -> bool |
constexpr | ITransientExpression (bool isBinaryExpression, bool result) |
constexpr | ITransientExpression (ITransientExpression const &)=default |
constexpr ITransientExpression & | operator= (ITransientExpression const &)=default |
◆ BinaryExpr()
template<typename LhsT, typename RhsT>
◆ operator!=()
template<typename LhsT, typename RhsT>
template<typename T>
◆ operator&&()
template<typename LhsT, typename RhsT>
template<typename T>
◆ operator<()
template<typename LhsT, typename RhsT>
template<typename T>
◆ operator<=()
template<typename LhsT, typename RhsT>
template<typename T>
◆ operator==()
template<typename LhsT, typename RhsT>
template<typename T>
◆ operator>()
template<typename LhsT, typename RhsT>
template<typename T>
◆ operator>=()
template<typename LhsT, typename RhsT>
template<typename T>
◆ operator||()
template<typename LhsT, typename RhsT>
template<typename T>
The documentation for this class was generated from the following file: