Copy the event reference from rhs.
Declared in <bdlmt_eventscheduler.h>
EventSchedulerEventHandle&
operator=(EventSchedulerEventHandle const& rhs);
Release this handle's reference, if any; then make this handle refer to the same event as the specified rhs handle. Return a modifiable reference to this handle.
a modifiable reference to this handle
| Name | Description |
|---|---|
| rhs | handle whose event reference is copied |