omni::delegate::invoke
NAME

omni::delegate::invoke

A member function of omni::delegate

#include <omni/delegate/0.hpp>
ret_t omni::delegate::invoke()

SYNOPSIS

Invoke the function bound to this delegate instance

top

DESCRIPTION

No description.

top

RETURN VALUES

This function returns whatever is returned (if anything) from the invoked function

top