omni::delegate::function
NAME

omni::delegate::function

A member function of omni::delegate

#include <omni/delegate/0.hpp>
function_ptr omni::delegate::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_PTR value if the object instance is null (in the case of a static or non-member function).

top