I understand size() and capacity(), but not max_size().
Lippman: c.max_size() returns maximum number of elements c can
contain, where c is a container.
This may be stupid, but I don't understand that... Maximum in terms
of what?
Lippman: c.max_size() returns maximum number of elements c can
contain, where c is a container.
This may be stupid, but I don't understand that... Maximum in terms
of what?
Comment