xtd 0.2.0
Loading...
Searching...
No Matches

◆ subscribe()

template<typename type_t >
virtual void xtd::iobservable< type_t >::subscribe ( iobserver< type_t > &  observer)
pure virtualnoexcept

Notifies the provider that an observer is to receive notifications.

Parameters
observerThe object that is to receive notifications.
Examples
iobservable_iobserver.cpp.