empty

inline bool libsemigroups::Action::empty() const noexcept

Checks if the Action has no elements.

Exceptions

This function is noexcept and is guaranteed never to throw.

Complexity

Constant.

Parameters

(None)

Returns

true if the action contains no points (including seeds), and false if not.