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.Page for C++