Return the number of elements in the specified bucket.
Synopsis
Declared in <bslstp_hashtable.h>
size_type
elems_in_bucket(size_type __bucket) const;
Return Value
number of elements in the specified bucket
Parameters
Name |
Description |
__bucket |
bucket index whose occupancy is returned |
Created with MrDocs