|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Public Types | |
| using | const_iterator_type = typename KeyValueMap::const_iterator |
Public Member Functions | |
| deref_iterator (const_iterator_type it) | |
| ConstKeyValuePair | operator* () const |
| std::unique_ptr< ConstKeyValuePair > | operator-> () |
| bool | operator== (const deref_iterator &other) const |
| bool | operator!= (const deref_iterator &other) const |
| deref_iterator & | operator++ () |
Public Attributes | |
| const_iterator_type | it_ |
1.8.13