libsimdpp  1.0
simdpp::mask_int8< 16, void > Class Template Reference

Class representing possibly optimized mask data for 16x 8-bit integer vector. More...

Inheritance diagram for simdpp::mask_int8< 16, void >:

Public Types

using base_vector_type = mask_int16v
 
using expr_type = void
 
using native_type = detail::array< bool, 16 >
 
- Public Types inherited from simdpp::any_int8< 16, mask_int8< 16, void > >
using uint_element_type = uint8_t
 
using int_vector_type = int8< N >
 
using uint_vector_type = uint8< N >
 
using mask_vector_type = mask_int8< N >
 

Public Member Functions

 mask_int8 ()=default
 
 mask_int8 (const mask_int8< 16 > &)=default
 
mask_int8< 16 > & operator= (const mask_int8< 16 > &)=default
 
 mask_int8 (const native_type &d)
 
uint8< 16 > unmask () const
 Access the underlying type. More...
 
const mask_int8< 16 > & operator[] (unsigned) const
 
mask_int8< 16 > & operator[] (unsigned)
 
mask_int8< 16 > eval () const
 

Static Public Attributes

static const unsigned type_tag = SIMDPP_TAG_MASK_INT
 
- Static Public Attributes inherited from simdpp::any_int8< 16, mask_int8< 16, void > >
static const unsigned length
 
static const unsigned vec_length
 
static const unsigned num_bits
 
static const uint_element_type all_bits
 
- Static Public Attributes inherited from simdpp::any_vec8< N, mask_int8< 16, void > >
static const unsigned size_tag
 
- Static Public Attributes inherited from simdpp::any_vec< N, mask_int8< 16, void > >
static const unsigned length_bytes
 

Detailed Description

template<>
class simdpp::mask_int8< 16, void >

Class representing possibly optimized mask data for 16x 8-bit integer vector.

Member Typedef Documentation

using simdpp::mask_int8< 16, void >::expr_type = void
using simdpp::mask_int8< 16, void >::native_type = detail::array<bool, 16>

Constructor & Destructor Documentation

simdpp::mask_int8< 16, void >::mask_int8 ( )
default
simdpp::mask_int8< 16, void >::mask_int8 ( const mask_int8< 16 > &  )
default
simdpp::mask_int8< 16, void >::mask_int8 ( const native_type d)
inline

Member Function Documentation

mask_int8<16> simdpp::mask_int8< 16, void >::eval ( ) const
inline
mask_int8<16>& simdpp::mask_int8< 16, void >::operator= ( const mask_int8< 16 > &  )
default
const mask_int8<16>& simdpp::mask_int8< 16, void >::operator[] ( unsigned  ) const
inline
mask_int8<16>& simdpp::mask_int8< 16, void >::operator[] ( unsigned  )
inline
uint8<16> simdpp::mask_int8< 16, void >::unmask ( ) const
inline

Access the underlying type.

Member Data Documentation

const unsigned simdpp::mask_int8< 16, void >::type_tag = SIMDPP_TAG_MASK_INT
static

The documentation for this class was generated from the following file: