July 2007
Intermediate to advanced
332 pages
10h 4m
English
size_typesize() const
Returns: number of key-value pairs in the table.
This method takes constant time, but it is slower than the corresponding method in most STL containers.
boolempty() const
Returns: size()==0.
This method takes constant time, but it is slower than the corresponding method in most STL containers.
size_type max_size() const
Returns: inclusive upper bound on the number of key-value pairs that the table can hold.