BloombergLP::bdld::DatumMapRef::data

Return a pointer to the first entry of this map.

Synopsis

Declared in <bdld_datum.h>

DatumMapRef::pointer
data() const noexcept;

Description

Return the address providing non-modifiable access to the first element of the map this reference object represents. Return a valid pointer which cannot be dereferenced if the size() == 0.

Return Value

a pointer to the first entry of this map