Template Struct TypeInfo< bool >#

Struct Documentation#

template<>
struct TypeInfo<bool>#

Public Types

using Scalar = bool#
using Packet = std::false_type#
using Backend = backend::CPU#
using ShapeType = std::false_type#

Public Static Attributes

static constexpr detail::LibRapidType type = detail::LibRapidType::Scalar#
static constexpr int64_t packetWidth = 1#
static constexpr char name[] = "char"#
static constexpr bool supportsArithmetic = false#
static constexpr bool supportsLogical = false#
static constexpr bool supportsBinary = true#
static constexpr bool allowVectorisation = false#
static constexpr cudaDataType_t CudaType = cudaDataType_t::CUDA_R_8I#
static constexpr bool canAlign = true#
static constexpr bool canMemcpy = true#