omni::delegate14::bond

SYNOPSIS

Attach a static member or non-member function to this delegate.

#include <omni/delegate/14.hpp>
inline void omni::delegate14::bond(function_ptr fnptr)


top

DESCRIPTION

No description found.

top

PARAMETERS top

fnptr - The function taking 14 parameters 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