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