NAME
A member function of omni::event3
omni::event3::detach_all
A member function of omni::event3
#include <omni/delegate/3.hpp>template < class InputIterator > void omni::event3::detach_all(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