System::Collections::Generic::Queue::Enqueue method
Queue::Enqueue method
Puts item to the end of the queue.
void System::Collections::Generic::Queue<T>::Enqueue(const T &item)
Parameter | Type | Description |
---|---|---|
item | const T& | Item to push. |
See Also
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++