ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
A deleter functor for creating std::unique_ptr that unrefs objects. More...
#include <refcount.h>
Public Member Functions | |
void | operator() (const counted_base *o) const |
Calls unref on the object. | |
A deleter functor for creating std::unique_ptr that unrefs objects.
|
inline |
Calls unref on the object.
o | Pointer to the object. |