Vc  0.7.5-dev
SIMD Vector Classes for C++
VectorPointerHelperConst< V, A > Class Template Reference

Detailed Description

template<typename V, typename A>
class Vc::VectorPointerHelperConst< V, A >

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.

Member Function Documentation

operator const V ( ) const

Cast to V operator.

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