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)
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

RETURN VALUES

No return value.

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top