CongruenceWrapper member functions¶
This page lists the member functions of the CongruenceWrapper class that are not present in its base classes.
-
inline wrapped_type &libsemigroups::CongruenceWrapper::congruence() const¶
Get a reference to the underlying congruence.
- Parameters
(None)
- Complexity
Constant.
- Throws:
(None) – This function guarantees not to throw a
LibsemigroupsException.- Returns:
A reference to the underlying congruence of
this, a value of type wrapped_type.