DUNE-ACFEM (unstable)

Classes

struct  Dune::ACFem::Tensor::AreRuntimeComparable< T1, T2, SFINAE >
 

Functions

template<class T1 , class T2 , std::enable_if_t<(AreProperTensors< T1, T2 >::value &&!std::is_same< typename std::decay_t< T1 >::Signature, typename std::decay_t< T2 >::Signature >::value), int > = 0>
constexpr bool Dune::ACFem::Tensor::operator== (const T1 &, const T2 &)
 Tensors with mismatching signatures never compare equal. More...
 

Detailed Description

Function Documentation

◆ operator==()

template<class T1 , class T2 , std::enable_if_t<(AreProperTensors< T1, T2 >::value &&!std::is_same< typename std::decay_t< T1 >::Signature, typename std::decay_t< T2 >::Signature >::value), int > = 0>
constexpr bool Dune::ACFem::Tensor::operator== ( const T1 &  ,
const T2 &   
)
constexpr

Tensors with mismatching signatures never compare equal.

RuntimeEqual specialization.

Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 9, 22:29, 2024)