Vc 1.4.5
SIMD Vector Classes for C++
 
Loading...
Searching...
No Matches
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 57 of file memorybase.h.

#include <Vc/Memory>

Public Member Functions

 operator V () const
 Cast to V operator.
 

Member Function Documentation

◆ operator V()

template<typename _V , typename Flags >
operator V ( ) const
inline

Cast to V operator.

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

Definition at line 91 of file memorybase.h.


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