bitvector_iterator()=default | Botan::detail::bitvector_iterator< T > | |
bitvector_iterator(T *bitvector, size_t offset) | Botan::detail::bitvector_iterator< T > | inline |
bitvector_iterator(const bitvector_iterator &other) noexcept | Botan::detail::bitvector_iterator< T > | inline |
bitvector_iterator(bitvector_iterator &&other) noexcept | Botan::detail::bitvector_iterator< T > | inline |
difference_type typedef | Botan::detail::bitvector_iterator< T > | |
iterator_category typedef | Botan::detail::bitvector_iterator< T > | |
operator*() const | Botan::detail::bitvector_iterator< T > | inline |
operator++() noexcept | Botan::detail::bitvector_iterator< T > | inline |
operator++(int) noexcept | Botan::detail::bitvector_iterator< T > | inline |
operator--() noexcept | Botan::detail::bitvector_iterator< T > | inline |
operator--(int) noexcept | Botan::detail::bitvector_iterator< T > | inline |
operator->() const | Botan::detail::bitvector_iterator< T > | inline |
operator<=>(const bitvector_iterator &other) const noexcept | Botan::detail::bitvector_iterator< T > | inline |
operator=(const bitvector_iterator &other) noexcept | Botan::detail::bitvector_iterator< T > | inline |
operator=(bitvector_iterator &&other) noexcept | Botan::detail::bitvector_iterator< T > | inline |
operator==(const bitvector_iterator &other) const noexcept | Botan::detail::bitvector_iterator< T > | inline |
pointer typedef | Botan::detail::bitvector_iterator< T > | |
reference typedef | Botan::detail::bitvector_iterator< T > | |
value_type typedef | Botan::detail::bitvector_iterator< T > | |
~bitvector_iterator()=default | Botan::detail::bitvector_iterator< T > | |