|
using | difference_type = std::ptrdiff_t |
|
using | iterator_category = std::forward_iterator_tag |
|
using | value_type = utils::RddElementType< R > |
|
using | OriginalIterator = std::ranges::iterator_t< std::ranges::range_value_t< R > > |
|
using | OriginalSentinel = std::ranges::sentinel_t< std::ranges::range_value_t< R > > |
|
◆ operator!=()
template<concepts::Rdd R>
◆ operator*()
template<concepts::Rdd R>
Computes the current value.
◆ operator+()
template<concepts::Rdd R>
◆ operator++() [1/2]
template<concepts::Rdd R>
Increments the iterator to the next element.
◆ operator++() [2/2]
template<concepts::Rdd R>
Increments the iterator to the next element.
◆ operator+=()
template<concepts::Rdd R>
Compound addition operator.
◆ operator-() [1/2]
template<concepts::Rdd R>
◆ operator-() [2/2]
template<concepts::Rdd R>
◆ operator-=()
template<concepts::Rdd R>
Compound subtraction operator.
◆ operator->()
template<concepts::Rdd R>
◆ operator<()
template<concepts::Rdd R>
◆ operator<=()
template<concepts::Rdd R>
Less than or equal to operator.
◆ operator==()
template<concepts::Rdd R>
◆ operator>()
template<concepts::Rdd R>
◆ operator>=()
template<concepts::Rdd R>
Greater than or equal to operator.
◆ operator[]()
template<concepts::Rdd R>
value_type & cpark::MergeRdd< R >::Iterator::operator[] |
( |
difference_type |
n | ) |
const |
|
inline |
The documentation for this class was generated from the following file: