HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImath::detail::allowable_vectorizations< Vectorizable > Struct Template Reference

#include <PyImathAutovectorize.h>

Public Types

typedef
possible_vectorizations< size
< Vectorizable >::value >
::type 
possible
 
typedef remove_if< possible,
disallow_vectorization
< Vectorizable > >::type 
type
 

Detailed Description

template<class Vectorizable>
struct PyImath::detail::allowable_vectorizations< Vectorizable >

Definition at line 118 of file PyImathAutovectorize.h.

Member Typedef Documentation

template<class Vectorizable >
typedef possible_vectorizations<size<Vectorizable>::value>::type PyImath::detail::allowable_vectorizations< Vectorizable >::possible

Definition at line 120 of file PyImathAutovectorize.h.

template<class Vectorizable >
typedef remove_if<possible,disallow_vectorization<Vectorizable> >::type PyImath::detail::allowable_vectorizations< Vectorizable >::type

Definition at line 121 of file PyImathAutovectorize.h.


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