|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
A key-value pair, which you get by dereferencing iterators. More...
#include <Values.h>

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. | |
A key-value pair, which you get by dereferencing iterators.
1.8.13