Kanzi 4.1.0
kanzi::DelegateHandle Struct Reference

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
 

Detailed Description

Opaque handle returned by Delegate::subscribe().

Pass to Delegate::unsubscribe() to remove the callback.

Since
Kanzi 4.1.0
Attention
This feature is experimental and is likely to change in future releases.

Member Function Documentation

◆ operator==()

bool kanzi::DelegateHandle::operator== ( DelegateHandle other) const
inline

◆ operator!=()

bool kanzi::DelegateHandle::operator!= ( DelegateHandle other) const
inline

Member Data Documentation

◆ value

size_t kanzi::DelegateHandle::value

The documentation for this struct was generated from the following file: