We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::search
It seems easy to use std::find to find the first matching element in std::search, and we might be able to use std::mismatch afterwards.
std::find
std::mismatch