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_format< T1, T2 > Class Template Reference

Checks if the two types have the same format i.e both are valid containers and have the same tag member trait. More...

#include <Morpheus_FormatTraits.hpp>

Static Public Attributes

static const bool value
 

Detailed Description

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

Checks if the two types have the same format i.e both are valid containers and have the same tag member trait.

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_format< 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: