Class ImageBatchVarShape::Iterator

Nested Relationships

This class is a nested type of Class ImageBatchVarShape.

Class Documentation

class Iterator

Public Types

using value_type = Image
using reference = const Image&
using pointer = const Image*
using iterator_category = std::random_access_iterator_tag
using difference_type = int32_t

Public Functions

Iterator() = default
inline reference operator*() const
inline pointer operator->() const
inline Iterator operator++(int)
inline Iterator &operator++()
inline Iterator operator--(int)
inline Iterator &operator--()
inline Iterator operator+(difference_type diff) const
inline Iterator operator-(difference_type diff) const
inline difference_type operator-(const Iterator &that) const
inline bool operator==(const Iterator &that) const
inline bool operator!=(const Iterator &that) const
inline bool operator<(const Iterator &that) const
inline bool operator>(const Iterator &that) const
inline bool operator<=(const Iterator &that) const
inline bool operator>=(const Iterator &that) const