CbmRoot
Loading...
Searching...
No Matches
PartitionedVector.h File Reference
#include "PODAllocator.h"
#include <boost/serialization/access.hpp>
#include <boost/serialization/vector.hpp>
#include <gsl/span>
#include <vector>
Include dependency graph for PartitionedVector.h:
This graph shows which files directly or indirectly include this file:

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>>