omni::delegate8::delegate8
NAME

omni::delegate8::delegate8

A member constructor of omni::delegate8

#include <omni/delegate/8.hpp>
omni::delegate8::delegate8(void* obj, functor mthd)

SYNOPSIS

Creates a new instance from a functor and object.

top

DESCRIPTION

No description.

top

PARAMETERS

obj - The instance of the object to use with this delegate mthd - The functor of the object to attach to this delegate for invocation

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