omni::delegate::target
NAME

omni::delegate::target

A member function of omni::delegate

#include <omni/delegate/0.hpp>
void* omni::delegate::target()

SYNOPSIS

Gets the underlying target (if any) used when invoking this method.

top

DESCRIPTION

No description.

top

RETURN VALUES

A pointer to the underlying target object (if any)

top