Member | Description |
---|---|
size_type size() const |
Returns: number of elements in the table. |
bool empty() const |
Returns: size() != 0. |
size_type max_size() const |
Returns: upper bound on the number of elements that table can hold. |