omni::event6::event6
NAME

omni::event6::event6

A member ctor of omni::event6

#include <omni/delegate/6.hpp>
omni::event6::event6(const event6< Ret, PT1, PT2, PT3, PT4, PT5, PT6 >& 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