omni::delegate2::target
NAME

omni::delegate2::target

A member function of omni::delegate2

#include <omni/delegate/2.hpp>
void* omni::delegate2::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