omni::delegate1::valid
NAME

omni::delegate1::valid

A member function of omni::delegate1

#include <omni/delegate/1.hpp>
bool omni::delegate1::valid()

SYNOPSIS

Checks if the current delegate instance is valid.

top

DESCRIPTION

This only checks to see if there is a method attached to this instance that can be invoked, and does not check if the object attached is valid.

top

RETURN VALUES

True if the instance has a method attached, false if not

top