omni::event3::attach_const
NAME

omni::event3::attach_const

A function of omni::event3

#include <omni/delegate/3.hpp>
template < class T, ret_t (T::*fnptr)(PT1, PT2, PT3) const > void omni::event3::attach_const(const T& obj)
template < class T, ret_t (T::*fnptr)(PT1, PT2, PT3) const > void omni::event3::attach_const(const T *const obj)

SYNOPSIS

Attach a const member function to this delegate.

top

DESCRIPTION

No description found.

top

PARAMETERS top

obj - The instance of the class to reference in this delegate

T - The type of class to associate with this delegate

fnptr - The function to attach to the delegate

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