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

Struct Documentation#

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

Public Types

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

Public Static Attributes

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