*/
~wxVector();
+ /**
+ Resizes the vector to @a n and assigns @a v to all elements.
+
+ @see resize()
+
+ @since 2.9.5
+ */
+ void assign(size_type n, const value_type& v);
+
/**
Returns item at position @a idx.
*/
/**
- Returns vector's current capacity, i.e. how much memory is allocated.
+ Returns vector's current capacity, i.e.\ how much memory is allocated.
@see reserve()
*/