| 64 | }; |
| 65 | inline next_result next(tokenizer_state state) const noexcept; |
| 66 | inline next_result toFront() const noexcept { return next({}); } |
| 67 | |
| 68 | public: |
| 69 | constexpr explicit QStringTokenizerBase(Haystack haystack, Needle needle, Qt::SplitBehavior sb, |