Load the specified srcBucket into the specified dstBucket.

Synopsis

Declared in <bdlc_hashtable.h>

template<class BUCKET>
static
void
load(
    BUCKET* dstBucket,
    BUCKET const& srcBucket);

Parameters

Name

Description

dstBucket

destination bucket to overwrite

srcBucket

source bucket to copy from

Created with MrDocs