/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/common/array_wrapper.hpp Source File#
2 min read time
Applies to Linux
array_wrapper.hpp
Go to the documentation of this file.
__device__ __host__ const T & operator[](size_t i) const
Definition: array_wrapper.hpp:53
__device__ __host__ T & operator[](size_t i)
Definition: array_wrapper.hpp:51
ArrayWrapper(const T *data)
Construct a new Array Wrapper object.
Definition: array_wrapper.hpp:40