omni::event4::operator[]

SYNOPSIS

The [int] operator can be used to access a specific delegate in the invocation list directly.

#include <omni/delegate/4.hpp>
omni::delegate4< Ret, PT1, PT2, PT3, PT4 >& omni::event4::operator[](std::size_t idx)


top

DESCRIPTION

No description found.

top

RETURN VALUES

A reference to the delegate instance at the specified index

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