SkePU  1.2
 All Classes Namespaces Files Functions Variables 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.

Author
Johan Enmyren, Usman Dastgeer
Version
0.7

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: