cend_parent¶
-
inline std::vector<size_t>::const_iterator libsemigroups::Forest::cend_parent() const noexcept¶
Returns an iterator pointing one-past the parent of the last node.
- Exceptions
This function is
noexcept
and is guaranteed never to throw.- Complexity
Constant.
- Parameters
(None)
- Returns
A std::vector<node_type>::const_iterator.