omni::event::event
NAME

omni::event::event

A member ctor of omni::event

#include <omni/delegate/0.hpp>
omni::event::event(const event< Ret >& 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