|
bool | equal (set_union_cursor const &that) const |
|
bool | equal (default_sentinel) const |
|
rvalue_reference_type | move () const noexcept(noexcept(iter_move(it1_)) &&noexcept(iter_move(it2_))) |
|
void | next () |
|
reference_type | read () const noexcept(noexcept(*it1_) &&noexcept(*it2_)) |
|
| set_union_cursor (pred_ref_ pred, proj1_ref_ proj1, proj2_ref_ proj2, iterator_t< R1 > it1, sentinel_t< R1 > end1, iterator_t< R2 > it2, sentinel_t< R2 > end2) |
|
template<bool Other, requires = (IsConst && !Other)> |
| set_union_cursor (set_union_cursor< Other, Rng1, Rng2, C, P1, P2 > that) |
|