libsimdpp  1.0
simdpp::any_vec< B, V > Struct Template Reference

Represents any vector that has B bytes of data. More...

Public Types

using type = V
 

Public Member Functions

V & vec ()
 
const V & vec () const
 

Static Public Attributes

static const unsigned length_bytes = B
 

Detailed Description

template<unsigned B, class V>
struct simdpp::any_vec< B, V >

Represents any vector that has B bytes of data.

Member Typedef Documentation

template<unsigned B, class V>
using simdpp::any_vec< B, V >::type = V

Member Function Documentation

template<unsigned B, class V>
V& simdpp::any_vec< B, V >::vec ( )
inline

Returns the wrapped vector

template<unsigned B, class V>
const V& simdpp::any_vec< B, V >::vec ( ) const
inline

Returns the wrapped vector

Member Data Documentation

template<unsigned B, class V>
const unsigned simdpp::any_vec< B, V >::length_bytes = B
static

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