omni::event11::empty

SYNOPSIS

Checks if the current event instance has any attached methods

#include <omni/delegate/11.hpp>
bool omni::event11::empty()


top

DESCRIPTION

No description found.

top

RETURN VALUES

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

top

ERRORS

No errors specific to this context.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top