|
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 counted_iterator | operator++ (int) |
| constexpr decltype(auto) | 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) |
| constexpr iter_difference_t< _It > | operator- (const counted_iterator &__x, default_sentinel_t) |
| constexpr iter_difference_t< _It > | operator- (default_sentinel_t, const counted_iterator &__y) |
| template<common_with< _It > _It2> | |
| constexpr strong_ordering | operator<=> (const counted_iterator &__x, const counted_iterator< _It2 > &__y) |
| template<common_with< _It > _It2> | |
| constexpr bool | operator== (const counted_iterator &__x, const counted_iterator< _It2 > &__y) |
| constexpr bool | operator== (const counted_iterator &__x, default_sentinel_t) |
An iterator adaptor that keeps track of the distance to the end.
Definition at line 2332 of file bits/stl_iterator.h.
| using std::counted_iterator< _It >::difference_type |
Definition at line 2340 of file bits/stl_iterator.h.
| using std::counted_iterator< _It >::iterator_type |
Definition at line 2338 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2347 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2354 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2375 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2370 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2381 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2394 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2385 of file bits/stl_iterator.h.
|
inlinenodiscardconstexpr |
Definition at line 2457 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2409 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2432 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2418 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2468 of file bits/stl_iterator.h.
|
inlinenodiscardconstexpr |
Definition at line 2479 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2440 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2448 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2501 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2404 of file bits/stl_iterator.h.
|
inlineconstexpr |
Definition at line 2361 of file bits/stl_iterator.h.
|
inlinenodiscardconstexprnoexcept |
Definition at line 2512 of file bits/stl_iterator.h.
|
friend |
Definition at line 2560 of file bits/stl_iterator.h.
|
friend |
Definition at line 2541 of file bits/stl_iterator.h.
|
friend |
Definition at line 2551 of file bits/stl_iterator.h.
|
friend |
Definition at line 2463 of file bits/stl_iterator.h.
|
friend |
Definition at line 2486 of file bits/stl_iterator.h.
|
friend |
Definition at line 2492 of file bits/stl_iterator.h.
|
friend |
Definition at line 2497 of file bits/stl_iterator.h.
|
friend |
Definition at line 2534 of file bits/stl_iterator.h.
|
friend |
Definition at line 2523 of file bits/stl_iterator.h.
|
friend |
Definition at line 2529 of file bits/stl_iterator.h.