omni::event7::attach
NAME

omni::event7::attach

A function of omni::event7

#include <omni/delegate/7.hpp>
template < class InputIterator > void omni::event7::attach(InputIterator begin, InputIterator end)

SYNOPSIS

Add (attach) a range of delegates to this event instance

top

DESCRIPTION

No description found.

top

PARAMETERS top

begin - The input iterator pointing to the initial position in the sequence to add

end - The input iterator pointing to the last position in the sequence to add

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