Iterators

This page contains information about iterators for accessing certain attributes of the FpSemigroupInterface class.

inline const_iterator libsemigroups::FpSemigroupInterface::cbegin_rules() const noexcept

Returns an iterator pointing to the first rule.

Complexity

Constant.

Parameters

(None)

Throws

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

Returns

A const_iterator.

inline const_iterator libsemigroups::FpSemigroupInterface::cend_rules() const noexcept

Returns an iterator pointing one past the last rule.

Complexity

Constant.

Parameters

(None)

Throws

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

Returns

A const_iterator.