|
inline |
If the current size is greater than n
, the container is reduced to its first n
elements. If the current size is less than n
, additional elements are appended. Those elements are either default-inserted or copied if value
is provided.
n | new size of the container |
value | the value to initialize the new elements with |