NAME
A member function of omni::event5
omni::event5::attach
A member function of omni::event5
#include <omni/delegate/5.hpp>template < class InputIterator > void omni::event5::attach(InputIterator begin, InputIterator end)
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
top