ManaPlus
Static Public Member Functions
Catch::Internal::Evaluator< T1, T2, IsNotEqualTo > Struct Template Reference

#include <catch.hpp>

Static Public Member Functions

static bool evaluate (T1 const &lhs, T2 const &rhs)
 

Detailed Description

template<typename T1, typename T2>
struct Catch::Internal::Evaluator< T1, T2, IsNotEqualTo >

Definition at line 1338 of file catch.hpp.

Member Function Documentation

◆ evaluate()

template<typename T1 , typename T2 >
static bool Catch::Internal::Evaluator< T1, T2, IsNotEqualTo >::evaluate ( T1 const &  lhs,
T2 const &  rhs 
)
inlinestatic

Definition at line 1339 of file catch.hpp.

1339  {
1340  return bool( opCast( lhs ) != opCast( rhs ) );
1341  }
T & opCast(T const &t)
Definition: catch.hpp:1319

References Catch::Internal::opCast().


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