libstdc++
|
#include <stl_iterator.h>
Public Types | |
using | difference_type |
using | iterator_type |
Public Member Functions | |
constexpr | counted_iterator (_It __i, iter_difference_t< _It > __n) |
template<typename _It2> requires convertible_to<const _It2&, _It> | |
constexpr | counted_iterator (const counted_iterator< _It2 > &__x) |
constexpr _It | base () &&noexcept(is_nothrow_move_constructible_v< _It >) |
constexpr const _It & | base () const &noexcept |
constexpr iter_difference_t< _It > | count () const noexcept |
constexpr decltype(auto) | operator* () const noexcept(noexcept(*_M_current)) |
constexpr decltype(auto) | operator* () noexcept(noexcept(*_M_current)) |
constexpr counted_iterator | operator+ (iter_difference_t< _It > __n) const |
constexpr counted_iterator & | operator++ () |
constexpr decltype(auto) | operator++ (int) |
constexpr counted_iterator | operator++ (int) |
constexpr counted_iterator & | operator+= (iter_difference_t< _It > __n) |
constexpr counted_iterator | operator- (iter_difference_t< _It > __n) const |
constexpr counted_iterator & | operator-- () |
constexpr counted_iterator | operator-- (int) |
constexpr counted_iterator & | operator-= (iter_difference_t< _It > __n) |
constexpr auto | operator-> () const noexcept |
template<typename _It2> requires assignable_from<_It&, const _It2&> | |
constexpr counted_iterator & | operator= (const counted_iterator< _It2 > &__x) |
constexpr decltype(auto) | operator[] (iter_difference_t< _It > __n) const noexcept(noexcept(_M_current[__n])) |
Friends | |
constexpr iter_rvalue_reference_t< _It > | iter_move (const counted_iterator &__i) noexcept(noexcept(ranges::iter_move(__i._M_current))) |
template<indirectly_swappable< _It > _It2> | |
constexpr void | iter_swap (const counted_iterator &__x, const counted_iterator< _It2 > &__y) noexcept(noexcept(ranges::iter_swap(__x._M_current, __y._M_current))) |
constexpr counted_iterator | operator+ (iter_difference_t< _It > __n, const counted_iterator &__x) |
template<common_with< _It > _It2> | |
constexpr iter_difference_t< _It2 > | operator- (const counted_iterator &__x, const counted_iterator< _It2 > &__y) noexcept |
constexpr iter_difference_t< _It > | operator- (const counted_iterator &__x, default_sentinel_t) noexcept |
constexpr iter_difference_t< _It > | operator- (default_sentinel_t, const counted_iterator &__y) noexcept |
template<common_with< _It > _It2> | |
constexpr strong_ordering | operator<=> (const counted_iterator &__x, const counted_iterator< _It2 > &__y) noexcept |
template<common_with< _It > _It2> | |
constexpr bool | operator== (const counted_iterator &__x, const counted_iterator< _It2 > &__y) noexcept |
constexpr bool | operator== (const counted_iterator &__x, default_sentinel_t) noexcept |
An iterator adaptor that keeps track of the distance to the end.
Definition at line 2372 of file bits/stl_iterator.h.
using std::counted_iterator< _It >::difference_type |
Definition at line 2380 of file bits/stl_iterator.h.
using std::counted_iterator< _It >::iterator_type |
Definition at line 2378 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2387 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2394 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2415 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2410 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2421 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2434 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2425 of file bits/stl_iterator.h.
|
inlinenodiscardconstexpr |
Definition at line 2497 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2449 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2458 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2472 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2508 of file bits/stl_iterator.h.
|
inlinenodiscardconstexpr |
Definition at line 2519 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2480 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2488 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2541 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2444 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2401 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2552 of file bits/stl_iterator.h.
|
friend |
Definition at line 2600 of file bits/stl_iterator.h.
|
friend |
Definition at line 2581 of file bits/stl_iterator.h.
|
friend |
Definition at line 2591 of file bits/stl_iterator.h.
|
friend |
Definition at line 2503 of file bits/stl_iterator.h.
|
friend |
Definition at line 2526 of file bits/stl_iterator.h.
|
friend |
Definition at line 2532 of file bits/stl_iterator.h.
|
friend |
Definition at line 2537 of file bits/stl_iterator.h.
|
friend |
Definition at line 2574 of file bits/stl_iterator.h.
|
friend |
Definition at line 2563 of file bits/stl_iterator.h.
|
friend |
Definition at line 2569 of file bits/stl_iterator.h.