![]() |
Vc
0.7.5
SIMD Vector Classes for C++
|
|
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.
#include <Vc/Memory>
Public Member Functions | |
Vc_PURE | operator const V () const |
Cast to V operator. More... | |
Vc_PURE operator const V | ( | ) | const |
Cast to V
operator.
This function allows to assign this object to any object of type V
.