Template parameters
Parameter | Description | Default |
---|---|---|
T |
The type of object stored in the queue. | |
Sequence |
The type of the underlying container used to implement the queue. | deque |
Loading...
Parameter | Description | Default |
---|---|---|
T |
The type of object stored in the queue. | |
Sequence |
The type of the underlying container used to implement the queue. | deque |