omni::delegate3::delegate3
NAME

omni::delegate3::delegate3

A member constructor of omni::delegate3

#include <omni/delegate/3.hpp>
omni::delegate3::delegate3(const delegate3< Ret PT1 PT2 PT3 >& 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