|
inline |
Constructs the container with the contents of the specified initializer list, and allocator.
items | The initializer list to initialize the elements of the container with. |
alloc | The allocator to use for all memory allocations of this container. |