omni::delegate4::delegate4
NAME

omni::delegate4::delegate4

A member ctor of omni::delegate4

#include <omni/delegate/4.hpp>
omni::delegate4::delegate4(const delegate4< Ret, PT1, PT2, PT3, PT4 >& cp)

SYNOPSIS

The copy constructor; copies another delegates target and method. The delegate being copied must be of the same signature.

top

DESCRIPTION

No description.

top

PARAMETERS

cp - The other delegate to copy

top