Constructors¶
-
inline explicit libsemigroups::StaticPTransf::StaticPTransf(size_t = 0)¶
Default constructor.
Constructs a partial transformation of degree equal to the template parameter
N
with the image of every point set to UNDEFINED.- Exceptions
This function guarantees not to throw a LibsemigroupsException.
- Complexity
Linear in the template parameter
N
.