Bolt
1.3
C++ template library with support for OpenCL
|
Public Member Functions | |
const_reference_base (const Container &rhs, size_type index) | |
operator value_type () const | |
const_reference_base< const Container > & | operator= (const value_type &rhs) |
const Container & | getContainer () const |
A get accessor function to return the encapsulated device_vector. | |
size_type | getIndex () const |
A get index function to return the index of the reference object within the AMP device_vector. | |