Método System::Collections::Generic::Queue::data
Queue::data() method
Accesor de la estructura de datos subyacente.
queue_t & System::Collections::Generic::Queue<T>::data()
ReturnValue
Referencia a la estructura de datos subyacente.
Ver también
- Typedef queue_t
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Page for C++
Queue::data() const method
Accesor de la estructura de datos subyacente.
const queue_t & System::Collections::Generic::Queue<T>::data() const
ReturnValue
Referencia constante a la estructura de datos subyacente.
Ver también
- Typedef queue_t
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Page for C++