Class MapById::ConstTrajectoryIterator
Defined in File id.h
Nested Relationships
This class is a nested type of Template Class MapById.
Class Documentation
-
class ConstTrajectoryIterator
Public Types
-
using iterator_category = std::bidirectional_iterator_tag
-
using value_type = int
-
using pointer = const int*
-
using reference = const int&
Public Functions
-
inline explicit ConstTrajectoryIterator(typename std::map<int, MapByIndex>::const_iterator current_trajectory)
-
inline int operator*() const
-
inline ConstTrajectoryIterator &operator++()
-
inline ConstTrajectoryIterator &operator--()
-
inline bool operator==(const ConstTrajectoryIterator &it) const
-
inline bool operator!=(const ConstTrajectoryIterator &it) const
-
using iterator_category = std::bidirectional_iterator_tag