=====reserve===== Syntax: #include void reserve( size_type size ); The reserve() function sets the capacity of the vector to at least size. reserve() runs in [[/complexity|linear time]]. Related Topics: [[capacity]]