|
Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
|
Checks if the given type T is a valid supported space.
More...
#include <Morpheus_SpaceTraits.hpp>
Public Types | |
| typedef char | yes[1] |
| typedef char | no[2] |
Static Public Attributes | |
| static const bool | value = sizeof(test<T>(nullptr)) == sizeof(yes) |
Checks if the given type T is a valid supported space.
| T | Type passed for check. |