Operators

This page contains information about the member functions of the Ukkonen::State struct.

inline bool libsemigroups::Ukkonen::State::operator==(State const &that) const noexcept

Compare states.

Two states are equal if and only if their data members coincide.

Parameters

that – the state to compare.

Throws

(None) – This function is noexcept and is guaranteed never to throw.

Returns

A value of type bool.