System::Collections::Generic::List::data method
List::data() method
Underlying data structure access function.
vector_t & System::Collections::Generic::List<T>::data()
ReturnValue
Reference to underlying vector.
See Also
- Typedef vector_t
- Class List
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++
List::data() const method
Underlying data structure access function.
const vector_t & System::Collections::Generic::List<T>::data() const
ReturnValue
Const reference to underlying vector.
See Also
- Typedef vector_t
- Class List
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++