omni::delegate::delegate
NAME

omni::delegate::delegate

A member constructor of omni::delegate

#include <omni/delegate/0.hpp>
omni::delegate::delegate(void* obj, functor mthd)

SYNOPSIS

Creates a new instance from a functor and object.

top

DESCRIPTION

No description.

top

PARAMETERS

obj - The instance of the object to use with this delegate mthd - The functor of the object to attach to this delegate for invocation

top