NAME
A member function of omni::event4
omni::event4::detach
A member function of omni::event4
#include <omni/delegate/4.hpp>template < class InputIterator > void omni::event4::detach(InputIterator begin, InputIterator end)
PARAMETERS
top
begin - The input iterator pointing to the initial position in the sequence to remove end - The input iterator pointing to the last position in the sequence to remove
top