vector

H

hg

A book states:
"The capacity of a vector is important for two reasons:

1) Reallocation invalidates all references, pointers, and iterators
for elements of the vector.

2) Reallocation takes time. "

My question:
Concerning 1)

Does this mean all references, pointers, and iterators as the 'values'
of a vectors elements?

Or does it mean all references, pointers, and iterators that are
'pointing' to the elements of a vector?

Or does it mean all references, pointers, and iterators that are
'pointing' to the entire vector itself?
 
R

Ron Natalie

hg said:
A book states:
"The capacity of a vector is important for two reasons:

1) Reallocation invalidates all references, pointers, and iterators
for elements of the vector.
It means this one:
Or does it mean all references, pointers, and iterators that are
'pointing' to the elements of a vector?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top