Runner(Runner const&)

inline libsemigroups::Runner::Runner(Runner const &other)

Copy constructor.

Returns a runner that is a copy of copy. The state of the new runner is the same as copy, except that the function passed as an argument to run_until (if any) is not copied.

Parameters

other – the Runner to copy.