System::Collections::Generic::Queue::Enqueue method
Queue::Enqueue method
Coloca el elemento al final de la cola.
void System::Collections::Generic::Queue<T>::Enqueue(const T &item)
| Parámetro | Tipo | Descripción |
|---|---|---|
| elemento | const T& | Elemento a insertar. |
Ver también
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.PDF for C++