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

Struct Documentation#

template<typename T, uint64_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>#
using ShapeType = std::false_type#

Public Static Attributes

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