System::Array::data_ptr メソッド
Array::data_ptr() method
配列要素が格納されているメモリバッファの先頭への生ポインタを返します。
vector_t::pointer System::Array<T>::data_ptr()
参照
- Class Array
- Namespace System
- Library Aspose.Page for C++
Array::data_ptr() const method
配列要素が格納されているメモリバッファの先頭への定数生ポインタを返します。
const UnderlyingType * System::Array<T>::data_ptr() const
参照
- Typedef UnderlyingType
- Class Array
- Namespace System
- Library Aspose.Page for C++