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