omni::event::event
NAME

omni::event::event

A member constructor 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

No description.

top

PARAMETERS

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

top