libstdc++
|
This is the complete list of members for std::common_iterator< _It, _Sent >, including all inherited members.
_M_it (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | |
_M_sent (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | |
_M_valueless (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | |
common_iterator (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | friend |
common_iterator() noexcept(is_nothrow_default_constructible_v< _It >) (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
common_iterator(_It __i) noexcept(is_nothrow_move_constructible_v< _It >) (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
common_iterator(_Sent __s) noexcept(is_nothrow_move_constructible_v< _Sent >) (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
common_iterator(const common_iterator< _It2, _Sent2 > &__x) noexcept(_S_noexcept< const _It2 &, const _Sent2 & >()) (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
common_iterator(const common_iterator &__x) noexcept(_S_noexcept< const _It &, const _Sent & >()) (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
common_iterator(common_iterator &&__x) noexcept(_S_noexcept< _It, _Sent >()) (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
iter_move (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | friend |
iter_swap (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | friend |
operator*() (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
operator*() const (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
operator++() (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
operator++(int) (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
operator- (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | friend |
operator->() const (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
operator=(const common_iterator &)=default (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | |
operator=(const common_iterator &__x) noexcept(is_nothrow_copy_assignable_v< _It > &&is_nothrow_copy_assignable_v< _Sent > &&is_nothrow_copy_constructible_v< _It > &&is_nothrow_copy_constructible_v< _Sent >) (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
operator=(common_iterator &&)=default (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | |
operator=(common_iterator &&__x) noexcept(is_nothrow_move_assignable_v< _It > &&is_nothrow_move_assignable_v< _Sent > &&is_nothrow_move_constructible_v< _It > &&is_nothrow_move_constructible_v< _Sent >) (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
operator=(const common_iterator< _It2, _Sent2 > &__x) noexcept(is_nothrow_constructible_v< _It, const _It2 & > &&is_nothrow_constructible_v< _Sent, const _Sent2 & > &&is_nothrow_assignable_v< _It &, const _It2 & > &&is_nothrow_assignable_v< _Sent &, const _Sent2 & >) (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |
operator== (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | friend |
operator== (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | friend |
~common_iterator() (defined in std::common_iterator< _It, _Sent >) | std::common_iterator< _It, _Sent > | inline |