cend_normal_forms

const_normal_form_iterator libsemigroups::fpsemigroup::KnuthBendix::cend_normal_forms()

Returns a forward iterator pointing to one after the last normal form.

The iterator returned by this function can be compared with the return value of KnuthBendix::cbegin_normal_forms with any parameters.

Warning

The iterator returned by this function may still dereferencable and incrementable, but will not point to a normal_form in the correct range.

See

KnuthBendix::cbegin_normal_forms.