| CountingIterator() noexcept=default | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| CountingIterator(std::reference_wrapper< Count > count) noexcept | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| countingIterator(std::reference_wrapper< Count > count) -> CountingIterator< DummyValue, Count > | xentara::utils::core::CountingIterator< DummyValue, Count > | related |
| difference_type typedef | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| iterator_category typedef | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| iterator_concept typedef | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| operator*() const noexcept -> reference | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| operator++() noexcept -> CountingIterator & | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| operator++(int) noexcept -> CountingIterator | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| operator+=(difference_type offset) noexcept -> CountingIterator & | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| operator--() noexcept -> CountingIterator & | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| operator--(int) noexcept -> CountingIterator | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| operator-=(difference_type offset) noexcept -> CountingIterator & | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| operator[](difference_type) const noexcept -> reference | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| pointer typedef | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| reference typedef | xentara::utils::core::CountingIterator< DummyValue, Count > | |
| value_type typedef | xentara::utils::core::CountingIterator< DummyValue, Count > | |