omni::event13::detach_all
NAME

omni::event13::detach_all

A member function of omni::event13

#include <omni/delegate/13.hpp>
template < class InputIterator > void omni::event13::detach_all(InputIterator begin, InputIterator end)

SYNOPSIS

Detach a range of delegates from this event instance

top

DESCRIPTION

No description.

top

PARAMETERS

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