[#BloombergLP-bdld-DatumIntMapEntry] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::DatumIntMapEntry :relfileprefix: ../../ :mrdocs: This class represents an entry in a datum map keyed by string values. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class DatumIntMapEntry; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdld/DatumIntMapEntry/2constructor-0d9f.adoc[`DatumIntMapEntry`] [.small]#[constructor]# | Constructors | xref:BloombergLP/bdld/DatumIntMapEntry/key.adoc[`key`] | Return the key for this entry. | xref:BloombergLP/bdld/DatumIntMapEntry/print.adoc[`print`] | Format this object to the specified output stream. | xref:BloombergLP/bdld/DatumIntMapEntry/setKey.adoc[`setKey`] | Set the key for this entry to the specified `key`. | xref:BloombergLP/bdld/DatumIntMapEntry/setValue.adoc[`setValue`] | Set the value for this entry to the specified `value`. | xref:BloombergLP/bdld/DatumIntMapEntry/value.adoc[`value`] | Return the value for this entry. | xref:BloombergLP/bdld/DatumIntMapEntry/2conversion.adoc[`operator BloombergLP::bslmf::NestedTraitDeclaration<DatumIntMapEntry, HasPrintMethod>`] | Declare nested type traits for this type. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdld/operator_not_eq-03.adoc[`operator!=`] | Return whether `lhs` and `rhs` have different values. | xref:BloombergLP/bdld/operator_eq-04.adoc[`operator==`] | Return whether `lhs` and `rhs` have the same value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#