|
inline |
Constructs the container with specified count copies of elements with specified value.
count | The size of the container. |
value | The value to initialize elements of the container with. |
alloc | The allocator to use for all memory allocations of this container. |