[#bsl-hashtable-elems_in_bucket] = xref:bsl.adoc[bsl]::xref:bsl/hashtable.adoc[hashtable]::elems_in_bucket :relfileprefix: ../../ :mrdocs: Return the number of elements in the specified bucket. == Synopsis Declared in `<bslstp_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/hashtable/size_type.adoc[size_type] elems_in_bucket(xref:bsl/hashtable/size_type.adoc[size_type] __bucket) const; ---- == Return Value number of elements in the specified bucket == Parameters [cols="1,4"] |=== | Name| Description | *__bucket* | bucket index whose occupancy is returned |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#