Return a bdld::Datum map from the specified elements.

Synopsis

Declared in <bdld_datummaker.h>

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

Description

Return a bdld::Datum map having the specified size number of elements. Optionally specify sorted to indicate whether the entries are sorted.

Return Value

a Datum map from the specified elements

Parameters

Name

Description

elements

array of map entries

size

number of entries in the map

sorted

flag indicating whether elements is sorted

Created with MrDocs