BloombergLP::bdld::DatumMaker::operator()

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

Synopsis

Declared in <bdld_datummaker.h>

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