Expression Templates Library (ETL)
Public Types | List of all members
etl::get_intrinsic_traits< V > Struct Template Reference

Traits to get the intrinsic traits for a vector mode. More...

#include <vectorization.hpp>

Public Types

template<typename T >
using type = no_intrinsic_traits< T >
 The type of the intrinsic traits for T. More...
 

Detailed Description

template<vector_mode_t V>
struct etl::get_intrinsic_traits< V >

Traits to get the intrinsic traits for a vector mode.

Template Parameters
VThe vector mode

Member Typedef Documentation

◆ type

template<vector_mode_t V>
template<typename T >
using etl::get_intrinsic_traits< V >::type = no_intrinsic_traits<T>

The type of the intrinsic traits for T.

Template Parameters
TThe type to get the intrinsic traits for

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