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