Constructor that extracts the step value
| 811 | public: |
| 812 | /// Constructor that extracts the step value |
| 813 | ExtractStepOption(const Options& opt) |
| 814 | : BaseSpace(opt.step()) {} |
| 815 | /// Constructor used for cloning |
| 816 | ExtractStepOption(BaseSpace& e) |
| 817 | : BaseSpace(e) {} |