Create a handle referring to the same event as original.

Synopsis

Declared in <bdlmt_eventscheduler.h>

EventSchedulerEventHandle(EventSchedulerEventHandle const& original);

Description

Create a new handle object referring to the same event as the specified original handle.

Parameters

Name

Description

original

handle whose event reference is copied

Created with MrDocs