Class slamcore::RangeIterator¶
-
template<typename ContainerT>
class slamcore::RangeIterator¶ Simple indexing iterator. Needs operator()[] in the container.
Public Types
-
using value_type = typename ContainerT::value_type¶
Public Functions
-
inline RangeIterator(const ContainerT &c, std::size_t idx = 0)¶
-
inline bool operator!=(const RangeIterator &other) const¶
-
inline const RangeIterator &operator++() const¶
-
value_type &operator*()¶
-
const value_type &operator*() const¶
-
using value_type = typename ContainerT::value_type¶