Same as the preceding overload for the specified elements type.

Synopsis

Declared in <bdld_datummaker.h>

bdld::Datum
operator()(
    bdld::DatumIntMapEntry const* elements,
    int size,
    bool sorted = false) const;

Return Value

a Datum integer‐map from the specified elements

Parameters

Name

Description

elements

array of integer‐map entries

size

number of entries in the map

sorted

flag indicating whether elements is sorted

Created with MrDocs