omni::event::operator+
NAME

omni::event::operator+

A member operator of omni::event

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

SYNOPSIS

The + operator adds the event instance to another and returns the combined list.

top

DESCRIPTION

No description.

top

PARAMETERS

e - The right most operand event to add

top