omni::delegate13::delegate13
NAME

omni::delegate13::delegate13

A member ctor of omni::delegate13

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

top