Template Struct TypeInfo< vectorDetail::UnaryVecOp< Val, Op > >#

Struct Documentation#

template<typename Val, typename Op>
struct TypeInfo<vectorDetail::UnaryVecOp<Val, Op>>#

Public Types

using Scalar = typename typetraits::TypeInfo<Val>::Scalar#
using Packet = std::false_type#
using IndexTypeConst = Scalar#
using IndexType = Scalar#
using StorageType = typename vectorDetail::VectorStorage<Scalar, Val::dims>#
using GetType = typename std::decay_t<typename StorageType::GetType>#
using Backend = backend::CPU#

Public Static Attributes

static constexpr detail::LibRapidType type = detail::LibRapidType::Vector#
static constexpr uint64_t dims = StorageType::dims#
static constexpr uint64_t length = StorageType::length#
static constexpr bool allowVectorisation = false#