omni::delegate1::delegate1
NAME

omni::delegate1::delegate1

A member ctor of omni::delegate1

#include <omni/delegate/1.hpp>
omni::delegate1::delegate1(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 omni::delegate1::functor of the object to attach to this delegate for invocation

top