Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
Catch::BinaryExpr< LhsT, RhsT > Class Template Reference

#include <catch_amalgamated.hpp>

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

Public Member Functions

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

Additional Inherited Members

Protected Member Functions inherited from Catch::ITransientExpression
 ~ITransientExpression ()=default

Constructor & Destructor Documentation

◆ BinaryExpr()

template<typename LhsT, typename RhsT>
Catch::BinaryExpr< LhsT, RhsT >::BinaryExpr ( bool comparisonResult,
LhsT lhs,
StringRef op,
RhsT rhs )
inlineconstexpr
Here is the call graph for this function:
Here is the caller graph for this function:

Member Function Documentation

◆ operator!=()

template<typename LhsT, typename RhsT>
template<typename T>
auto Catch::BinaryExpr< LhsT, RhsT >::operator!= ( T ) const -> BinaryExpr<LhsT, RhsT const&> const
inline
Here is the call graph for this function:

◆ operator&&()

template<typename LhsT, typename RhsT>
template<typename T>
auto Catch::BinaryExpr< LhsT, RhsT >::operator&& ( T ) const -> BinaryExpr<LhsT, RhsT const&> const
inline
Here is the call graph for this function:

◆ operator<()

template<typename LhsT, typename RhsT>
template<typename T>
auto Catch::BinaryExpr< LhsT, RhsT >::operator< ( T ) const -> BinaryExpr<LhsT, RhsT const&> const
inline
Here is the call graph for this function:

◆ operator<=()

template<typename LhsT, typename RhsT>
template<typename T>
auto Catch::BinaryExpr< LhsT, RhsT >::operator<= ( T ) const -> BinaryExpr<LhsT, RhsT const&> const
inline
Here is the call graph for this function:

◆ operator==()

template<typename LhsT, typename RhsT>
template<typename T>
auto Catch::BinaryExpr< LhsT, RhsT >::operator== ( T ) const -> BinaryExpr<LhsT, RhsT const&> const
inline
Here is the call graph for this function:

◆ operator>()

template<typename LhsT, typename RhsT>
template<typename T>
auto Catch::BinaryExpr< LhsT, RhsT >::operator> ( T ) const -> BinaryExpr<LhsT, RhsT const&> const
inline
Here is the call graph for this function:

◆ operator>=()

template<typename LhsT, typename RhsT>
template<typename T>
auto Catch::BinaryExpr< LhsT, RhsT >::operator>= ( T ) const -> BinaryExpr<LhsT, RhsT const&> const
inline
Here is the call graph for this function:

◆ operator||()

template<typename LhsT, typename RhsT>
template<typename T>
auto Catch::BinaryExpr< LhsT, RhsT >::operator|| ( T ) const -> BinaryExpr<LhsT, RhsT const&> const
inline
Here is the call graph for this function:

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