ROOT  6.06/09
Reference Guide
Public Types | Public Member Functions | Public Attributes | List of all members
ROOT::Vc::Common::VectorTuple< 2, const V > Struct Template Reference

template<typename V>
struct ROOT::Vc::Common::VectorTuple< 2, const V >

Definition at line 63 of file vectortuple.h.

Public Types

typedef V::EntryType T
 
typedef const V &VC_RESTRICT Reference
 

Public Member Functions

Vc_ALWAYS_INLINE VectorTuple (Reference a, Reference b)
 
Vc_ALWAYS_INLINE VectorTuple< 3, const V > operator, (const V &a) const
 

Public Attributes

Reference l
 
Reference r
 

#include </mnt/vdb/lsf/workspace/root-makedoc-v606/rootspi/rdoc/src/v6-06-00-patches/math/vc/include/Vc/common/vectortuple.h>

Member Typedef Documentation

template<typename V >
typedef const V& VC_RESTRICT ROOT::Vc::Common::VectorTuple< 2, const V >::Reference

Definition at line 66 of file vectortuple.h.

template<typename V >
typedef V::EntryType ROOT::Vc::Common::VectorTuple< 2, const V >::T

Definition at line 65 of file vectortuple.h.

Constructor & Destructor Documentation

template<typename V >
Vc_ALWAYS_INLINE ROOT::Vc::Common::VectorTuple< 2, const V >::VectorTuple ( Reference  a,
Reference  b 
)
inline

Definition at line 69 of file vectortuple.h.

Member Function Documentation

template<typename V >
Vc_ALWAYS_INLINE VectorTuple<3, const V> ROOT::Vc::Common::VectorTuple< 2, const V >::operator, ( const V &  a) const
inline

Definition at line 74 of file vectortuple.h.

Member Data Documentation

template<typename V >
Reference ROOT::Vc::Common::VectorTuple< 2, const V >::l

Definition at line 67 of file vectortuple.h.

template<typename V >
Reference ROOT::Vc::Common::VectorTuple< 2, const V >::r

Definition at line 67 of file vectortuple.h.


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