omni::event2::operator!
NAME

omni::event2::operator!

A member operator of omni::event2

#include <omni/delegate/2.hpp>
bool omni::event2::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