Create a queue having the specified container that holds elements of the parameterized VALUE type.
Synopsis
Declared in <bslstl_queue.h>
explicit
queue(CONTAINER const& container);
Parameters
Name |
Description |
container |
container whose contents initialize this queue |
Created with MrDocs