cbegin_parent

std::vector<size_t>::const_iterator libsemigroups::Forest::cbegin_parent() const noexcept

Returns an iterator pointing to the parent of the first node.

Return

A std::vector<node_type>::const_iterator.

Exceptions

This function is noexcept and is guaranteed never to throw.

Complexity

Constant.

Parameters

(None)