|
|
The major advantage of Blocks over arrays is the reallocation feature. Aside from functions like assignment and the copy constructor, which perform reallocation implicitly, there are two operations that you can use to request reallocation explicitly: reserve() and size().