ObservableNotifyRef< Delegate< RESULT(void)> > Class Template Reference

#include <observable.h>

Inheritance diagram for ObservableNotifyRef< Delegate< RESULT(void)> >:

Public Member Functions

maxon::details::GetResultType< RESULT >::resulttype Notify () const
 

Member Function Documentation

◆ Notify()

maxon::details::GetResultType<RESULT>::resulttype Notify ( ) const

Notifies all subscribers of the observable.

Returns
Return value of the delegate.