Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
StorageViewIterator.h File Reference
#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.
 

Detailed Description

This file provides an Iterator interface for the StorageView.

Definition in file StorageViewIterator.h.