|
CbmRoot
|
Go to the source code of this file.
Namespaces | |
| namespace | cbm |
Typedefs | |
| template<class T> | |
| using | cbm::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::ToStdVector (const PODVector< T > &vec) |
| template<typename T> | |
| PODVector< T > | cbm::ToPODVector (const std::vector< T > &vec) |