Append the specified array entries having the specified size to the Datum int‐map being build by this object.

Synopsis

Declared in <bdld_datumintmapbuilder.h>

void
append(
    DatumIntMapEntry const* entries,
    SizeType size);

Description

The behavior is undefined unless 0 != entries && 0 != size and each element in entries that needs dynamic memory is allocated with the same allocator that was used to construct this object. The behavior is undefined if commit or sortAndCommit has already been called on this object.

Parameters

Name

Description

entries

array of int‐map entries to append

size

number of entries to append

Created with MrDocs