CbmRoot
Loading...
Searching...
No Matches
CbmLitMemoryManagment.h
Go to the documentation of this file.
1/* Copyright (C) 2008-2011 GSI/JINR-LIT, Darmstadt/Dubna
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Andrey Lebedev [committer] */
4
5#ifndef CBMLITMEMORYMANAGMENT_H_
6#define CBMLITMEMORYMANAGMENT_H_
7
8
10 public:
11 template<typename T>
12 void operator()(const T* ptr) const
13 {
14 delete ptr;
15 }
16};
17
18
19#endif /*CBMLITMEMORYMANAGMENT_H_*/
void operator()(const T *ptr) const