omni::event::operator!
NAME

omni::event::operator!

A member operator of omni::event

#include <omni/delegate/0.hpp>
bool omni::event::operator!()

SYNOPSIS

Checks if this event has any attached delegates.

top

DESCRIPTION

No description.

top

RETURN VALUES

s True if the list is empty, false otherwise

top