Check if underlying data is owned by the current array. More...
| Functions | |
| bool | isOwner (const array &in) | 
| 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. | 
| bool isOwner | ( | const array & | in | ) | 
| [in] | in | An multi dimensional array. |