cend¶
-
inline const_iterator libsemigroups::Action::cend() const noexcept¶
Returns a libsemigroups::Action::const_iterator (random access iterator) pointing one past the end of the action.
- Complexity
Constant.
- Exceptions
This function is
noexcept
and is guaranteed never to throw.- Parameters
(None)
- Returns
An iterator to one past the end.