struct HandleDestroyer

Defined at line 30 of file ../../zircon/kernel/object/include/object/handle.h

Callable object for destroying uniquely owned handles.

Public Methods

void operator() (Handle * )

This can't be defined directly in the HandleDestroyer struct definition

because Handle is an incomplete type at that point.

Defined at line 168 of file ../../zircon/kernel/object/include/object/handle.h