|
Check if underlying data is owned by the current array. More...
Functions | |
AFAPI bool | isOwner (const array &in) |
AFAPI af_err | af_is_owner (bool *result, const af_array arr) |
Check if underlying data is owned by the current array.
[in] | arr | An multi dimensional array. |
[out] | result | a boolean specifying if the array owns the raw pointer. It is false if it is a sub array. |