[#BloombergLP-bdlc-HashTableDefaultTraits] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlc.adoc[bdlc]::HashTableDefaultTraits :relfileprefix: ../../ :mrdocs: Default bucket traits for `HashTable`. == Synopsis Declared in `<bdlc_hashtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct HashTableDefaultTraits; ---- == Description Default traits provided by this component. See component‐level documentation for more details. Note that this class is not intended to be used by clients, but the name of this struct must be public so that clients can explicitly specify this struct when default traits are needed. == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlc/HashTableDefaultTraits/areEqual-0d.adoc[`areEqual`] | `areEqual` overloads | xref:BloombergLP/bdlc/HashTableDefaultTraits/isNull-09.adoc[`isNull`] | `isNull` overloads | xref:BloombergLP/bdlc/HashTableDefaultTraits/isRemoved-01.adoc[`isRemoved`] | `isRemoved` overloads | xref:BloombergLP/bdlc/HashTableDefaultTraits/load.adoc[`load`] | Load the specified `srcBucket` into the specified `dstBucket`. | xref:BloombergLP/bdlc/HashTableDefaultTraits/setToNull-00.adoc[`setToNull`] | `setToNull` overloads | xref:BloombergLP/bdlc/HashTableDefaultTraits/setToRemoved-04.adoc[`setToRemoved`] | `setToRemoved` overloads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#