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