| 79 | |
| 80 | protected: |
| 81 | static SelectionView slice(std::span<const sel_t> selectedPositions, State state) { |
| 82 | return SelectionView(selectedPositions, state); |
| 83 | } |
| 84 | |
| 85 | // Intended to be used only as a subsequence of a SelectionVector in SelectionVector::slice |
| 86 | explicit SelectionView(std::span<const sel_t> selectedPositions, State state) |