omni::event::event
NAME

omni::event::event

A member ctor of omni::event

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