gtsam
4.0.0
gtsam
|
A key-value pair, which you get by dereferencing iterators.
Public Member Functions | |
ConstKeyValuePair (Key _key, const Value &_value) | |
ConstKeyValuePair (const KeyValuePair &kv) | |
Public Attributes | |
const Key | key |
The key. | |
const Value & | value |
The value. | |