step20
|
Go to the source code of this file.
Namespaces | |
namespace | step20 |
namespace | step20::longest_common_substring |
Functions | |
template<std::ranges::input_range R1, std::ranges::input_range R2, std::weakly_incrementable O, class Compare = std::less<>> | |
O | step20::longest_common_substring::copy (const R1 &r1, const R2 &r2, O result, const Compare &comp={}) |
Find the longest substring of two strings. | |