| 254 | } |
| 255 | |
| 256 | inline void Split(TCharType delim, TdSelf& l, TdSelf& r) const noexcept { |
| 257 | SplitTemplate(delim, l, r); |
| 258 | } |
| 259 | |
| 260 | inline void RSplit(TCharType delim, TdSelf& l, TdSelf& r) const noexcept { |
| 261 | RSplitTemplate(delim, l, r); |
no outgoing calls