omni::event2::operator()
NAME

omni::event2::operator()

A member operator of omni::event2

#include <omni/delegate/2.hpp>
ret_t omni::event2::operator()(p1_t val1, p2_t val2)

SYNOPSIS

The () operator can be used to call the functions bound to this event instance

top

DESCRIPTION

No description.

top

RETURN VALUES

The return type specified at compile time

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