omni::delegate1::delegate1
NAME

omni::delegate1::delegate1

A member ctor of omni::delegate1

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