Vc
0.7.5-dev
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 | |
operator const V () const | |
Cast to V operator. |
operator const V | ( | ) | const |
Cast to V
operator.
This function allows to assign this object to any object of type V
.