System::Collections::Generic::Queue::data metodo
Queue::data() method
Accessor della struttura dati sottostante.
queue_t & System::Collections::Generic::Queue<T>::data()
ReturnValue
Riferimento alla struttura dati sottostante.
Vedi anche
- Typedef queue_t
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Font for C++
Queue::data() const method
Accessor della struttura dati sottostante.
const queue_t & System::Collections::Generic::Queue<T>::data() const
ReturnValue
Riferimento const alla struttura dati sottostante.
Vedi anche
- Typedef queue_t
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Font for C++