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>

Public Member Functions

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

Public Attributes

const Key key
 The key. More...
 
const Valuevalue
 The value. More...
 

Detailed Description

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

Definition at line 98 of file Values.h.

Constructor & Destructor Documentation

◆ ConstKeyValuePair() [1/2]

gtsam::Values::ConstKeyValuePair::ConstKeyValuePair ( Key  _key,
const Value _value 
)
inline

Definition at line 102 of file Values.h.

◆ ConstKeyValuePair() [2/2]

gtsam::Values::ConstKeyValuePair::ConstKeyValuePair ( const KeyValuePair kv)
inline

Definition at line 103 of file Values.h.

Member Data Documentation

◆ key

const Key gtsam::Values::ConstKeyValuePair::key

The key.

Definition at line 99 of file Values.h.

◆ value

const Value& gtsam::Values::ConstKeyValuePair::value

The value.

Definition at line 100 of file Values.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:47:15