#include <alpaqa/util/noop-delete.hpp>
Deleter for std::unique_ptr
that just destructs the object, without deallocating.
Definition at line 8 of file noop-delete.hpp.
Public Member Functions | |
constexpr | noop_delete () noexcept=default |
template<class U > | |
constexpr | noop_delete (const noop_delete< U > &) noexcept |
constexpr void | operator() (T *t) const noexcept |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
Definition at line 11 of file noop-delete.hpp.
Definition at line 12 of file noop-delete.hpp.