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