Runner(Runner&&)ΒΆ

libsemigroups::Runner::Runner(Runner &&other)

Move constructor.

Returns a runner that is initialised from other. 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 move from.