Deleted constructors

libsemigroups::FpSemigroup::FpSemigroup(FpSemigroup&&) = delete

A FpSemigroup instance is not move copyable. This constructor is deleted.

FpSemigroup &libsemigroups::FpSemigroup::operator=(FpSemigroup const&) = delete

A FpSemigroup instance is not copy assignable. This constructor is deleted.

FpSemigroup &libsemigroups::FpSemigroup::operator=(FpSemigroup&&) = delete

A FpSemigroup instance is not move assignable. This constructor is deleted.