|
guanaqo
main
Utilities for scientific software
|
#include <guanaqo/noop-delete.hpp>
Deleter for std::unique_ptr that just destructs the object, without deallocating.
Definition at line 13 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 |
|
inlineconstexprnoexcept |
Definition at line 17 of file noop-delete.hpp.