omni::event7::detach
NAME

omni::event7::detach

A member function of omni::event7

#include <omni/delegate/7.hpp>
void omni::event7::detach(const omni::delegate7< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 >& d)
template < class InputIterator > void omni::event7::detach(InputIterator begin, InputIterator end)
void omni::event7::detach(const event7< Ret PT1 PT2 PT3 PT4 PT5 PT6 PT7 >& e)
template < ret_t (*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7) > void omni::event7::detach()
template < class T, Ret (T::*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7) > void omni::event7::detach(T& obj)
template < class T, Ret (T::*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7) > void omni::event7::detach(const T& obj)
template < class T, Ret (T::*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7) > void omni::event7::detach(const T *const obj)

SYNOPSIS

Detach the last attached delegate from this event instance that matches

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