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