~~~ Partial copy ~~~~
| 522 | |
| 523 | // ~~~ Partial copy ~~~~ |
| 524 | TDerived substr(size_t pos, size_t n = npos) const Y_WARN_UNUSED_RESULT { |
| 525 | return TDerived(*This(), pos, n); |
| 526 | } |
| 527 | |
| 528 | private: |
| 529 | using GenericFinder = const TCharType* (*)(const TCharType*, size_t, const TCharType*, size_t); |