omni::event4::attach
NAME

omni::event4::attach

A member function of omni::event4

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

SYNOPSIS

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

top

DESCRIPTION

No description.

top

PARAMETERS

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

top