Observable::HasObservers
Defined in:
Returns a boolean value indicating whether an observable object has any observers.
TSObservable.h
Prototype
bool HasObservers(void) const;
Description
The HasObservers
function returns true
if the observable object for which it is called has at least one observer installed. Otherwise, the return value is false
.
See Also