System::Array::data_ptr method
Array::data_ptr() method
Returns a raw pointer to the beginning of the memory buffer where the array elements are stored.
vector_t::pointer System::Array<T>::data_ptr()
See Also
- Class Array
- Namespace System
- Library Aspose.PUB for C++
Array::data_ptr() const method
Returns a constant raw pointer to the beginning of the memory buffer where the array elements are stored.
const UnderlyingType * System::Array<T>::data_ptr() const
See Also
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.PUB for C++