omni::delegate5::delegate5
NAME

omni::delegate5::delegate5

A member ctor of omni::delegate5

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