|
Sunshine master
Self-hosted game stream host for Moonlight.
|
Deleter adapter that destroys the wrapped pointer. More...
#include <src/utility.h>
Public Types | |
| typedef T | pointer |
| Pointer type accepted by this deleter. | |
Public Member Functions | |
| void | operator() (pointer p) |
| Invoke the configured destroy function on a pointer. | |
Deleter adapter that destroys the wrapped pointer.
|
inline |
Invoke the configured destroy function on a pointer.
| p | Pointer to release. |