Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
Loading...
Searching...
No Matches
Morpheus::is_format_compatible< T1, T2 > Struct Template Reference

Checks if the two types are format compatible containers i.e are compatible containers and have the same storage format. More...

#include <Morpheus_FormatTraits.hpp>

Inheritance diagram for Morpheus::is_format_compatible< T1, T2 >:
Inheritance graph
[legend]
Collaboration diagram for Morpheus::is_format_compatible< T1, T2 >:
Collaboration graph
[legend]

Detailed Description

template<typename T1, typename T2>
struct Morpheus::is_format_compatible< T1, T2 >

Checks if the two types are format compatible containers i.e are compatible containers and have the same storage format.

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

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