Template Struct TypeInfo< array::Transpose< T > >#

Struct Documentation#

template<typename T>
struct TypeInfo<array::Transpose<T>>#

Public Types

using Scalar = typename TypeInfo<std::decay_t<T>>::Scalar#
using Backend = typename TypeInfo<std::decay_t<T>>::Backend#
using ShapeType = typename TypeInfo<std::decay_t<T>>::ShapeType#
using StorageType = typename TypeInfo<std::decay_t<T>>::StorageType#

Public Static Attributes

static constexpr detail::LibRapidType type = detail::LibRapidType::ArrayFunction#
static constexpr bool allowVectorisation = false#