![]() |
Ginkgo
Generated from tags/v1.0.0^0 branch based on master. Ginkgo version 1.0.0
A numerical linear algebra library targeting many-core architectures
|
This is a deleter that does not delete the object. More...
#include <ginkgo/core/base/utils.hpp>
Public Types | |
using | pointer = T * |
Public Member Functions | |
void | operator() (pointer) const noexcept |
Deletes the object. More... | |
This is a deleter that does not delete the object.
It is useful where the object has been allocated elsewhere and will be deleted manually.
|
inlinenoexcept |
Deletes the object.
ptr | pointer to the object being deleted |