omni::event::attach
NAME

omni::event::attach

A member function of omni::event

#include <omni/delegate/0.hpp>
void omni::event::attach(const event< Ret >& e)

SYNOPSIS

Add (attach) another events invocation list to this instance

top

DESCRIPTION

No description.

top

PARAMETERS

e - The other event to add invocation list

top