CbmRoot
|
Go to the source code of this file.
Namespaces | |
namespace | cbm |
namespace | cbm::algo |
Typedefs | |
template<class T > | |
using | cbm::algo::PODVector = std::vector<T, PODAllocator<T>> |
PODVector is a std::vector that doesn't initialize its elements. | |
Functions | |
template<typename T > | |
std::vector< T > | cbm::algo::ToStdVector (const PODVector< T > &vec) |
template<typename T > | |
PODVector< T > | cbm::algo::ToPODVector (const std::vector< T > &vec) |