You’re reading an older version of the Slamcore SDK documenation. The latest one is 23.04.
Class slamcore::RangeIterator
-
template<typename ContainerT>
class 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