NAME
A member function of omni::event16
omni::event16::attach
A member function of omni::event16
#include <omni/delegate/16.hpp>
template < class InputIterator > void omni::event16::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