#include <traits.hpp>
Static Public Attributes | |
static const bool | value |
Definition at line 137 of file traits.hpp.
const bool is_arma_type< T1 >::value [static] |
Initial value:
is_Mat<T1>::value || is_Op<T1>::value || is_Glue<T1>::value || is_subview<T1>::value || is_diagview<T1>::value
Definition at line 140 of file traits.hpp.