System::Collections::Generic::Queue::Queue constructor
Queue::Queue() constructor
Constructs empty queue.
System::Collections::Generic::Queue<T>::Queue()
See Also
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++
Queue::Queue(int) constructor
Constructs empty queue.
System::Collections::Generic::Queue<T>::Queue(int capacity)
Parameter | Type | Description |
---|---|---|
capacity | int | Number of elements to reserve. |
See Also
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++
Queue::Queue(const SharedPtr<IEnumerable<T>>&) constructor
Copy constructor.
System::Collections::Generic::Queue<T>::Queue(const SharedPtr<IEnumerable<T>> &items)
Parameter | Type | Description |
---|---|---|
items | const SharedPtr<IEnumerable<T>>& | Container to copy data from. |
See Also
- Typedef SharedPtr
- Class IEnumerable
- Class Queue
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++