operator[]¶
-
const_reference_point_type
libsemigroups::Action::operator[](size_t pos) const noexcept¶ Returns position
posin the currently enumerated points.- Return
An Action::const_reference_point_type to the point in position
posof the currently enumerated points in the action.- Exceptions
This function is
noexceptand is guaranteed never to throw.- Complexity
Constant.
- Parameters
pos: the index of an element.