Template Struct IteratorImpl¶
Defined in File iterator.h
Page Contents
Struct Documentation¶
-
template<typename
Batch
>
structtorch::data::detail
::
IteratorImpl
¶ Base class for the
ValidIterator
andSentinelIterator
Public Functions
-
~IteratorImpl
() = default¶
-
void
next
() = 0¶
-
bool
operator==
(const IteratorImpl &other) const = 0¶
-
bool
operator==
(const ValidIterator<Batch> &other) const = 0¶
-
bool
operator==
(const SentinelIterator<Batch> &other) const = 0¶
-