omni::event3::operator+
NAME

omni::event3::operator+

A member operator of omni::event3

#include <omni/delegate/3.hpp>
event3< Ret, PT1, PT2, PT3 > omni::event3::operator+(const omni::delegate3< Ret PT1 PT2 PT3 >& d)
event3< Ret, PT1, PT2, PT3 > omni::event3::operator+(const event3< Ret PT1 PT2 PT3 >& e)

SYNOPSIS

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

top

DESCRIPTION

No description.

top

PARAMETERS

d - The right most operand delegate to add

top

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top