g2o
Loading...
Searching...
No Matches
g2o
core
ownership.h
Go to the documentation of this file.
1
#ifndef G2O_OWNERSHIP_H
2
#define G2O_OWNERSHIP_H
3
4
#include <g2o/config.h>
5
6
namespace
g2o
{
7
template
<
typename
T>
8
void
release
(T* obj) {
9
(void)obj;
10
#if G2O_DELETE_IMPLICITLY_OWNED_OBJECTS
11
delete
obj;
12
#endif
13
}
14
}
// namespace g2o
15
16
#endif
g2o
Definition
dl_wrapper.cpp:55
g2o::release
void release(T *obj)
Definition
ownership.h:8
Generated on Tue Nov 11 2025 05:18:45 for g2o by
1.9.8