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

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

#include <Values.h>

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

Public Member Functions

 KeyValuePair (Key _key, Value &_value)
 

Public Attributes

const Key key
 The key.
 
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: