omni::delegate10::function
NAME

omni::delegate10::function

A member function of omni::delegate10

#include <omni/delegate/10.hpp>
const function_ptr omni::delegate10::function()

SYNOPSIS

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

top

DESCRIPTION

No description.

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