BloombergLP::bdld::DatumMutableIntMapRef::DatumMutableIntMapRef

Constructors

Synopses

Declared in <bdld_datum.h>

Create a DatumMutableIntMapRef object.

DatumMutableIntMapRef();
» more...

Create a DatumMutableIntMapRef object having the specified data, size, and sorted.

DatumMutableIntMapRef(
    DatumIntMapEntry* data,
    SizeType* size,
    bool* sorted);
» more...