NorMIT-nav  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
cx::null_deleter
Definition: cxNullDeleter.h:8
cx
Namespace for all CustusX production code.
Definition: cx_dev_group_definitions.h:13
cx::null_deleter::operator()
void operator()(void const *) const
Definition: cxNullDeleter.h:10