iDynTree::MatrixViewInternal namespace

Classes

template<typename T, typename = void>
struct has_IsRowMajor
has_IsRowMajor is used to build a type-dependent expression that check if an element has IsRowMajor argument.
template<typename T>
struct has_IsRowMajor<T, SpanUtils::void_t<decltype(T::IsRowMajor)>>
has_IsRowMajor is used to build a type-dependent expression that check if an element has IsRowMajor argument.