Morpheus 1.0.0
Dynamic matrix type and algorithms for sparse matrices
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Morpheus::has_layout< T > Class Template Reference

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)
 

Detailed Description

template<class T>
class Morpheus::has_layout< T >

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.

Template Parameters
TType passed for check.

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