Load the specified srcBucket into the specified dstBucket.
Declared in <bdlc_hashtable.h>
template<class BUCKET>
static
void
load(
BUCKET* dstBucket,
BUCKET const& srcBucket);
| Name | Description |
|---|---|
| dstBucket | destination bucket to overwrite |
| srcBucket | source bucket to copy from |