|
Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
|
Checks if the given type T is a valid Dense Vector Format Container i.e is valid vector container and has DenseVectorFormatTag as tag member trait.
More...
#include <Morpheus_FormatTags.hpp>
Static Public Attributes | |
| static const bool | value = sizeof(test<T>(nullptr)) == sizeof(yes) |
Checks if the given type T is a valid Dense Vector Format Container i.e is valid vector container and has DenseVectorFormatTag as tag member trait.
| T | Type passed for check. |