System::Collections::Generic::List::data method
List::data() method
Función de acceso a la estructura de datos subyacente.
vector_t & System::Collections::Generic::List<T>::data()
ReturnValue
Referencia al vector subyacente.
Ver también
- Typedef vector_t
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
List::data() const method
Función de acceso a la estructura de datos subyacente.
const vector_t & System::Collections::Generic::List<T>::data() const
ReturnValue
Referencia constante al vector subyacente.
Ver también
- Typedef vector_t
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++