| 
    Morpheus 1.0.0
    
   Dynamic matrix type and algorithms for sparse matrices 
   | 
 
Checks if the given type T has a layout i.e has as a array_layout member trait it self and is one of the supported layouts.  
 More...
#include <Morpheus_TypeTraits.hpp>
Static Public Attributes | |
| static const bool | value = sizeof(test<T>(nullptr)) == sizeof(yes) | 
Checks if the given type T has a layout i.e has as a array_layout member trait it self and is one of the supported layouts. 
| T | Type passed for check. |