Library Version 11.2.5.2
size_type capacity() const
Get capacity.
These two functions return 2^30, denoting a huge number that does not overflow, because dbstl does not have to manage memory space.
But the return value is not the real limit, see the Berkeley DB database limits for the limits.
db_vector