Custom deleter that does not delete anything. More...
#include <roboptim/core/util.hh>
Public Member Functions | |
void | operator() (const T *) const |
Custom deleter that does not delete anything.
This can be used when creating a shared_ptr from a reference, although this should be used with great care...
|
inline |