omni::delegate5::bond
NAME

omni::delegate5::bond

A member function of omni::delegate5

#include <omni/delegate/5.hpp>
template < class T, ret_t (T::*fnptr)(p1_t, p2_t, p3_t, p4_t, p5_t) > inline void omni::delegate5::bond(const T& obj)

SYNOPSIS

Attach a member function to this delegate.

top

DESCRIPTION

No description.

top

PARAMETERS

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

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