#include "serialbox/core/Compiler.h"
#include "serialbox/core/Slice.h"
#include "serialbox/core/Type.h"
#include <iterator>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
class | serialbox::StorageViewIteratorBase< ValueType > |
Forward iterator to access the data of a StorageView. More... | |
class | serialbox::StorageViewIterator |
Mutable forward iterator to access the data of a StorageView. More... | |
class | serialbox::ConstStorageViewIterator |
Non-mutable forward iterator to access the data of a StorageView. More... | |
Namespaces | |
serialbox | |
Namespace of the serialbox library. | |
This file provides an Iterator interface for the StorageView.
Definition in file StorageViewIterator.h.