Opaque handle returned by Delegate::subscribe(). More...
#include <kanzi/core/util/delegate.hpp>
Public Member Functions | |
| bool | operator!= (DelegateHandle other) const |
| bool | operator== (DelegateHandle other) const |
Public Attributes | |
| size_t | value |
Opaque handle returned by Delegate::subscribe().
Pass to Delegate::unsubscribe() to remove the callback.
|
inline |
|
inline |
| size_t kanzi::DelegateHandle::value |