NAME
A member function of omni::delegate
omni::delegate::valid
A member function of omni::delegate
#include <omni/delegate/0.hpp>bool omni::delegate::valid()
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
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