omni::event1::event1
NAME

omni::event1::event1

A member ctor of omni::event1

#include <omni/delegate/1.hpp>
omni::event1::event1(const event1< Ret, PT1 >& cp)

SYNOPSIS

The copy constructor copies the elements from the other event passed in.

top

DESCRIPTION

Constructs a copy of the event passed in, copying each of the underyling delegates to this instances list.

top

PARAMETERS

cp - The event to copy

top