Vc  1.1.0
SIMD Vector Classes for C++
MemoryVector< _V, Flags > Class Template Reference

Detailed Description

template<typename _V, typename Flags>
class Vc::Common::MemoryVector< _V, Flags >

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 42 of file iterators.h.

#include <Vc/Memory>

Public Member Functions

 operator V () const
 Cast to V operator. More...
 

Member Function Documentation

operator V ( ) const
inline

Cast to V operator.

This function allows to assign this object to any object of type V.

Definition at line 89 of file memorybase.h.


The documentation for this class was generated from the following files: