GTSAM  4.0.2
C++ library for smoothing and mapping (SAM)
Public Member Functions | Public Attributes | List of all members
gtsam::Values::ConstKeyValuePair Struct Reference

A key-value pair, which you get by dereferencing iterators. More...

#include <Values.h>

Collaboration diagram for gtsam::Values::ConstKeyValuePair:
Collaboration graph
[legend]

Public Member Functions

 ConstKeyValuePair (Key _key, const Value &_value)
 
 ConstKeyValuePair (const KeyValuePair &kv)
 

Public Attributes

const Key key
 The key.
 
const Valuevalue
 The value.
 

Detailed Description

A key-value pair, which you get by dereferencing iterators.


The documentation for this struct was generated from the following file: