omni::event5::event5
NAME

omni::event5::event5

A member ctor of omni::event5

#include <omni/delegate/5.hpp>
omni::event5::event5(const omni::delegate5< Ret, PT1, PT2, PT3, PT4, PT5 >& 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