omni::delegate1::invoke
NAME

omni::delegate1::invoke

A member function of omni::delegate1

#include <omni/delegate/1.hpp>
ret_t omni::delegate1::invoke(p1_t val1)

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