Introduction
The lesson pitches a brief overview of why and what you'll be learning next.
We'll cover the following...
std::search in C++14
std::search
in C++14
offers a generic way to search for a pattern in a given range. The algorithm
can be used not only for character ...