| 1439 | */ |
| 1440 | template <typename string_type_> |
| 1441 | range_splits<string_type_, matcher_find<string_type_, exclude_overlaps_type>> split(string_type_ const &h, |
| 1442 | string_type_ const &n) noexcept { |
| 1443 | return {h, n}; |
| 1444 | } |
| 1445 | |
| 1446 | /** |
| 1447 | * @brief Splits a string around every @b non-overlapping inclusion of the second string in @b reverse order. |
no outgoing calls
no test coverage detected
searching dependent graphs…