EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CbmLitMemoryManagment.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file CbmLitMemoryManagment.h
1 #ifndef CBMLITMEMORYMANAGMENT_H_
2 #define CBMLITMEMORYMANAGMENT_H_
3 
4 
6 {
7 public:
8  template<typename T>
9  void operator()(const T* ptr) const {
10  delete ptr;
11  }
12 };
13 
14 
15 #endif /*CBMLITMEMORYMANAGMENT_H_*/