|
Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
|
Checks if the given type T is a valid Morpheus Container i.e is either a valid matrix or a vector container that satisfies is_matrix_container or is_vector_container.
More...
#include <Morpheus_FormatTraits.hpp>
Static Public Attributes | |
| static const bool | value = sizeof(test<T>(nullptr)) == sizeof(yes) |
Checks if the given type T is a valid Morpheus Container i.e is either a valid matrix or a vector container that satisfies is_matrix_container or is_vector_container.
| T | Type passed for check. |