Implementation of a random access iterator for indexable containers. More...
#include <cstdint>
#include <iterator>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | beluga::IndexingIterator< Indexable, Index > |
A random access iterator for any indexable container. More... | |
Namespaces | |
beluga | |
The main Beluga namespace. | |
Implementation of a random access iterator for indexable containers.
Definition in file indexing_iterator.hpp.