CustusX  2023.01.05-dev+develop.0da12
An IGT application
cxNullDeleter.h
Go to the documentation of this file.
1 #ifndef CXNULLDELETER_H
2 #define CXNULLDELETER_H
3 
4 #include "cxResourceExport.h"
5 
6 namespace cx
7 {
8 struct cxResource_EXPORT null_deleter
9 {
10  void operator()(void const *) const {}
11 };
12 }
13 #endif // CXNULLDELETER_H
void operator()(void const *) const
Definition: cxNullDeleter.h:10
Namespace for all CustusX production code.