omni::delegate7::delegate7
NAME

omni::delegate7::delegate7

A member constructor of omni::delegate7

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