SkePU(integratedwithStarPU)  0.8.1
 All Classes Namespaces Files Functions Enumerations Friends Macros Groups Pages
List of all members
skepu::Vector< T >::proxy_elem< T > Class Template Reference

A proxy class representing one element of Vector. More...

Detailed Description

template<typename T>
template<typename T>
class skepu::Vector< T >::proxy_elem< T >

A proxy class representing one element of Vector.

A member class of skepu::Vector that represents a proxy element which is returned instead of a regular element in some functions. Its purpose is to be able to distinguish between a read and a write from the vector. In most cases it is compatible with an ordinary element but there are cases where it is not.

See Also
Scott Meyers "More effective C++" ยง30.

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