omni::event11::detach
NAME

omni::event11::detach

A function of omni::event11

#include <omni/delegate/11.hpp>
template < class T, Ret (T::*fnptr)(PT1, PT2, PT3, PT4, PT5, PT6, PT7, PT8, PT9, PT10, PT11) > void omni::event11::detach(const T *const obj)

SYNOPSIS

Detach a member function from this event.

top

DESCRIPTION

No description found.

top

PARAMETERS top

obj - The instance of the class to reference

T - The type of class to associate with the delegate

fnptr - The function to detach

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