SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type > Member List

This is the complete list of members for seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >, including all inherited members.

basic_iteratorseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >friend
basic_iterator()=defaultseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >
basic_iterator(basic_iterator const &)=defaultseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >
basic_iterator(basic_iterator &&)=defaultseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >
basic_iterator(underlying_iterator_type iter, underlying_iterator_type begin_it, underlying_iterator_type end_it) noexceptseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
basic_iterator(basic_iterator< other_range_type > other) noexceptseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
begin_itseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >private
difference_type typedefseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >
end_itseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >private
first_itseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >private
from_index(size_t const index) noexcept(noexcept(std::declval< underlying_iterator_type & >() - std::declval< underlying_iterator_type & >()) &&noexcept(std::declval< underlying_iterator_type & >()+1))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inlineprivate
iterator_category typedefseqan3::detail::maybe_iterator_category< std::ranges::iterator_t< range_type > >
iterator_concept typedefseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >
operator!=(basic_iterator< other_range_type > const &rhs) const noexcept(noexcept(std::declval< underlying_iterator_type & >() !=std::declval< underlying_iterator_type & >()))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator*() const noexcept(noexcept(*std::declval< underlying_iterator_type >()))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator+(difference_type const offset) const noexcept(noexcept(std::declval< basic_iterator & >()+=1))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator+seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >friend
operator++() noexcept(noexcept(++std::declval< underlying_iterator_type & >()))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator++(int) noexcept(noexcept(std::declval< underlying_iterator_type & >()++))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator+=(difference_type const offset) noexcept(noexcept(std::declval< basic_iterator & >().from_index(1)))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator-(difference_type const offset) const noexcept(noexcept(std::declval< basic_iterator & >() -=1))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator-(basic_iterator< other_range_type > const &rhs) const noexcept(noexcept(std::declval< basic_iterator & >().to_index()))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator--() noexcept(noexcept(--std::declval< underlying_iterator_type & >()))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator--(int) noexcept(noexcept(std::declval< underlying_iterator_type & >() --))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator-=(difference_type const offset) noexcept(noexcept(std::declval< basic_iterator & >().from_index(1)))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator<(basic_iterator< other_range_type > const &rhs) const noexcept(noexcept(std::declval< underlying_iterator_type & >()< std::declval< underlying_iterator_type & >()))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator<=(basic_iterator< other_range_type > const &rhs) const noexcept(noexcept(std::declval< underlying_iterator_type & >()<=std::declval< underlying_iterator_type & >()))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator=(basic_iterator const &)=defaultseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >
operator=(basic_iterator &&)=defaultseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >
operator==(basic_iterator< other_range_type > const &rhs) const noexcept(noexcept(std::declval< underlying_iterator_type & >()==std::declval< underlying_iterator_type & >()))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator>(basic_iterator< other_range_type > const &rhs) const noexcept(noexcept(std::declval< underlying_iterator_type & >() > std::declval< underlying_iterator_type & >()))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator>=(basic_iterator< other_range_type > const &rhs) const noexcept(noexcept(std::declval< underlying_iterator_type & >() >=std::declval< underlying_iterator_type & >()))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
operator[](size_t const index) const noexcept(noexcept(std::declval< basic_iterator & >().from_index(1)))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inline
pointer typedefseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >
reference typedefseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >
second_itseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >private
to_index() const noexcept(noexcept(std::declval< underlying_iterator_type & >() - std::declval< underlying_iterator_type & >()))seqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >inlineprivate
underlying_iterator_type typedefseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >private
underlying_ref_t typedefseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >private
underlying_val_t typedefseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >private
value_type typedefseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >
~basic_iterator()=defaultseqan3::detail::pairwise_combine_view< underlying_range_type >::basic_iterator< range_type >
Hide me