Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
StorageView.h File Reference
#include "serialbox/core/Logging.h"
#include "serialbox/core/STLExtras.h"
#include "serialbox/core/Slice.h"
#include "serialbox/core/StorageViewIterator.h"
#include "serialbox/core/Type.h"
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  serialbox::StorageView
 Represent a mutable view to a multi-dimensional storage. More...
 

Namespaces

 serialbox
 Namespace of the serialbox library.
 

Functions

void serialbox::swap (StorageView &a, StorageView &b) noexcept
 

Detailed Description

This file contains the StorageView which represent a mutable view to a multi-dimensional storage.

Definition in file StorageView.h.