NAME
A member function of omni::event7
OVERLOADS
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)OVERLOADS
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)