omni::event12::event12
NAME

omni::event12::event12

A member ctor of omni::event12

#include <omni/delegate/12.hpp>
omni::event12::event12(const omni::delegate12< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12 >& 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