|
CbmRoot
|
#include "PODAllocator.h"#include <boost/serialization/access.hpp>#include <boost/serialization/vector.hpp>#include <gsl/span>#include <vector>Go to the source code of this file.
Classes | |
| class | cbm::PartitionedVector< T, Allocator > |
| A vector that is partitioned into multiple subvectors. More... | |
Namespaces | |
| namespace | cbm |
Typedefs | |
| template<typename T> | |
| using | cbm::PartitionedPODVector = PartitionedVector<T, PODAllocator<T>> |