CbmRoot
Loading...
Searching...
No Matches
PartitionedVector.h File Reference
#include "Definitions.h"
#include "util/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::algo::PartitionedVector< T, Allocator >
 A vector that is partitioned into multiple subvectors. More...
 

Namespaces

namespace  cbm
 
namespace  cbm::algo
 

Typedefs

template<typename T >
using cbm::algo::PartitionedPODVector = PartitionedVector<T, PODAllocator<T>>