omni::event12::operator+
NAME

omni::event12::operator+

A member operator of omni::event12

#include <omni/delegate/12.hpp>
event12< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12 > omni::event12::operator+(const omni::delegate12< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 >& d)

OVERLOADS

event12< Ret, PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11, PT12 > omni::event12::operator+(const event12< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 PT8 PT9 PT10 PT11 PT12 >& 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