Template Struct TypeInfo< vectorDetail::GenericVectorStorage< T, N > >#

Struct Documentation#

template<typename T, size_t N>
struct TypeInfo<vectorDetail::GenericVectorStorage<T, N>>#

Public Types

using Scalar = T#
using IndexType = T&#
using IndexTypeConst = const T&#
using GetType = const T&#
using StorageType = vectorDetail::GenericVectorStorage<T, N>#

Public Static Attributes

static constexpr detail::LibRapidType type = detail::LibRapidType::Vector#
static constexpr size_t length = N#