System::Collections::Generic::Queue::data method
Queue::data() method
Underlying data structure accessor.
queue_t & System::Collections::Generic::Queue<T>::data()
ReturnValue
Reference to underlying data structure.
See Also
- Typedef queue_t
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++
Queue::data() const method
Underlying data structure accessor.
const queue_t & System::Collections::Generic::Queue<T>::data() const
ReturnValue
Const reference to underlying data structure.
See Also
- Typedef queue_t
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++