Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
StorageView.cpp File Reference
#include "serialbox/core/StorageView.h"
#include "serialbox/core/Exception.h"
#include "serialbox/core/Logging.h"
#include "serialbox/core/StorageViewIterator.h"
#include <algorithm>
#include <cassert>

Go to the source code of this file.

Namespaces

 serialbox
 Namespace of the serialbox library.
 

Functions

std::ostream & serialbox::operator<< (std::ostream &stream, const StorageView &s)
 
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.cpp.