Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Morpheus::is_compatible< T1, T2 > Class Template Reference

Checks if the two types are compatible containers i.e are in the same memory space and have the same layout, index and value type. More...

#include <Morpheus_FormatTraits.hpp>

Static Public Attributes

static const bool value
 

Detailed Description

template<class T1, class T2>
class Morpheus::is_compatible< T1, T2 >

Checks if the two types are compatible containers i.e are in the same memory space and have the same layout, index and value type.

Template Parameters
T1First type passed for comparison.
T2Second type passed for comparison.

Member Data Documentation

◆ value

template<class T1 , class T2 >
const bool Morpheus::is_compatible< T1, T2 >::value
static
Initial value:
=
sizeof(test<T1, T2>(nullptr, nullptr)) == sizeof(yes)

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