operator=(FroidurePin const&)ΒΆ

FroidurePin &libsemigroups::FroidurePin::operator=(FroidurePin const&)

Deleted.

The FroidurePin class does not support an assignment contructor to avoid accidental copying. An object in FroidurePin may use many gigabytes of memory and might be extremely expensive to copy. A copy constructor is provided in case such a copy should it be required anyway.