System::Collections::Generic::Queue::Enqueue 方法
Queue::Enqueue method
将项放入队列末尾。
void System::Collections::Generic::Queue<T>::Enqueue(const T &item)
| 参数 | 类型 | 描述 |
|---|---|---|
| 项 | const T& | 要入队的项。 |
另见
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.Font for C++