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

Checks if the two types have the same valid supported memory space. More...

#include <Morpheus_SpaceTraits.hpp>

Static Public Attributes

static const bool value
 

Detailed Description

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

Checks if the two types have the same valid supported memory space.

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

Member Data Documentation

◆ value

template<class T1 , class T2 >
const bool Morpheus::has_same_memory_space< 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: