#include <bsltf_inputiterator.h>
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ InputIterator() [1/2]
◆ InputIterator() [2/2]
◆ operator*()
Return a const reference to the TYPE
object referred to by this iterator. The behavior is undefined if this iterator is empty.
◆ operator++() [1/2]
Increment this iterator to refer to the next contiguous TYPE
object, and return a reference to after the increment. The behavior is undefined if this iterator is empty.
◆ operator++() [2/2]
Copy this iterator, increment, and return by value the copy that was made prior to the increment. The behavior is undefined if this iterator is empty.
◆ operator->()
Return a pointer to the TYPE
object referred to by this iterator. The behavior is undefined if this iterator is empty.
◆ operator!=
template<class TYPE >
template<class TYPE2 >
◆ operator==
template<class TYPE >
template<class TYPE2 >
The documentation for this class was generated from the following file: