[#bsl-hash_multimap-elems_in_bucket] = xref:bsl.adoc[bsl]::xref:bsl/hash_multimap.adoc[hash_multimap]::elems_in_bucket :relfileprefix: ../../ :mrdocs: Return the number of elements in the specified bucket. == Synopsis Declared in `<bslstp_hashmap.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/hash_multimap/size_type.adoc[size_type] elems_in_bucket(xref:bsl/hash_multimap/size_type.adoc[size_type] __n) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#