omni::event3::detach_all
NAME

omni::event3::detach_all

A member function of omni::event3

#include <omni/delegate/3.hpp>
void omni::event3::detach_all(const omni::delegate3< Ret PT1 PT2 PT3 >& d)

OVERLOADS

void omni::event3::detach_all(const event3< Ret PT1 PT2 PT3 >& e)
template < class InputIterator > void omni::event3::detach_all(InputIterator begin, InputIterator end)

SYNOPSIS

Detaches all delegates from this event instance that match

top

DESCRIPTION

No description.

top

PARAMETERS

d - The member delegate to detach

top