omni::delegate12::function
NAME

omni::delegate12::function

A member function of omni::delegate12

#include <omni/delegate/12.hpp>
const function_ptr omni::delegate12::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