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