[#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; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#