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++