|
inlinevirtual |
Resizes the container to contain count
elements, does nothing if count == size(). @param count The new size of the container. @param value The value to initialize the new elements with. @remarks If the current size is greater than
count, the container is reduced to its first
countelements. @remarks If the current size is less than
count, additional copies of
value` are appended.