A trait to obtaine information about of dimensions of a class. More...
#include <mia/core/traits.hh>
Public Types | |
| typedef T::dimsize_type | dimsize_type |
| the trait More... | |
A trait to obtaine information about of dimensions of a class.
A template to get an generic dimension vector
| T | must be a template that defines a type dimsize_type |
| typedef T::dimsize_type dim_traits< T >::dimsize_type |