cbegin¶
-
inline const_iterator libsemigroups::Action::cbegin() const noexcept¶
Returns a libsemigroups::Action::const_iterator (random access iterator) pointing at the first point in the action.
- Complexity
Constant.
- Exceptions
This function is
noexcept
and is guaranteed never to throw.- Parameters
(None)
- Returns
An iterator to the first point.