countElements | Return the number of nodes in this hash bucket. |
end | Return the next node after the end of this bucket. |
first | Return the address of the first element in this hash bucket, or a null pointer value if the bucket is empty. |
last | Return the address of the last element in this hash bucket, or a null pointer value if the bucket is empty. |
reset | Set first and last to a null pointer value. |
setFirst | Set the first element of this bucket to the specified node. |
setFirstAndLast | Set first and last to the specified values. |
setLast | Set the last element of this bucket to the specified node. |
operator BloombergLP::bslmf::NestedTraitDeclaration<HashTableBucket, IsBitwiseCopyable> | Declare HashTableBucket as bitwise copyable. |