CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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