![]() |
ROOT
6.06/09
Reference Guide
|
Helper class for the Memory::vector(size_t) class of functions.
You will never need to directly make use of this class. It is an implementation detail of the Memory API.
Definition at line 83 of file memorybase.h.
Public Member Functions | |
VectorPointerHelperConst (const EntryType *ptr) | |
Vc_ALWAYS_INLINE Vc_PURE | operator const V () const |
Cast to V operator. More... | |
Public Attributes | |
const EntryType *const | m_ptr |
Private Types | |
typedef V::EntryType | EntryType |
typedef V::Mask | Mask |
#include <Vc/Memory>
|
private |
Definition at line 85 of file memorybase.h.
|
private |
Definition at line 86 of file memorybase.h.
|
inlineexplicit |
Definition at line 90 of file memorybase.h.
|
inline |
Cast to V
operator.
This function allows to assign this object to any object of type V
.
Definition at line 97 of file memorybase.h.
const EntryType* const ROOT::Vc::VectorPointerHelperConst< V, A >::m_ptr |
Definition at line 88 of file memorybase.h.