#include <observable.h>

Public Member Functions | |
| maxon::details::GetResultType< RESULT >::resulttype | Notify (const ARGS &... args) const |
Private Member Functions | |
| template<size_t... INDICES> | |
| Result< Data > | NotifyWithData (const ARGS &... args, const std::index_sequence< INDICES ... > &) const |
|
private |
| maxon::details::GetResultType<RESULT>::resulttype Notify | ( | const ARGS &... | args | ) | const |
Notifies all subscribers of the observable.
| [in] | args | Parameters for the notification (taken from the delegate). |