Assign this handle to refer to the same event as rhs.
Synopsis
Declared in <bdlmt_eventscheduler.h>
EventSchedulerRecurringEventHandle&
operator=(EventSchedulerRecurringEventHandle const& rhs);
Description
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.
Return Value
a modifiable reference to this handle
Parameters
Name |
Description |
rhs |
handle whose event reference is copied |
Created with MrDocs