#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 |
This file contains the StorageView which represent a mutable view to a multi-dimensional storage.
Definition in file StorageView.cpp.