omni::event14::event14
NAME

omni::event14::event14

A member ctor of omni::event14

#include <omni/delegate/14.hpp>
omni::event14::event14(const event14< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12, PT13, PT14 >& 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