omni::delegate::delegate
NAME

omni::delegate::delegate

A member ctor of omni::delegate

#include <omni/delegate/0.hpp>
omni::delegate::delegate(const delegate< Ret >& 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