gtsam 4.1.1
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. | |