BloombergLP::ball::LoggerManager::visitObservers

Visit each registered observer with the specified visitor.

Synopses

Declared in <ball_loggermanager.h>

Visit each registered observer with the specified visitor.

template<class t_OBSERVER_VISITOR>
void
visitObservers(t_OBSERVER_VISITOR&& visitor);
» more...

Visit each registered observer with the specified visitor.

template<class t_OBSERVER_VISITOR>
void
visitObservers(t_OBSERVER_VISITOR&& visitor) const;
» more...

Parameters

NameDescription
visitorfunctor invoked for each registered observer