omni::delegate7::function

SYNOPSIS

Gets the underlying function pointer called when this method is invoked.

#include <omni/delegate/7.hpp>
const function_ptr omni::delegate7::function()


top

DESCRIPTION

No description found.

top

RETURN VALUES

The underlying function pointer, or an OMNI_NULL value if the object instance is null;

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