omni::event3::event3
NAME

omni::event3::event3

A member ctor of omni::event3

#include <omni/delegate/3.hpp>
omni::event3::event3(const omni::delegate3< Ret, PT1, PT2, PT3 >& d)

SYNOPSIS

Creates an event with a signature compatible delegate attached

top

DESCRIPTION

Constructs an event with a single signature compatible delegate added to its invocation list.

top

PARAMETERS

d - The signature compatible delegate to add to the invocation list

top