Introduction
Let's take a look at the concepts to look forward to in this chapter!
We'll cover the following...
string_view
is not the only feature that we get in C++17 that relates to strings. While views can
reduce the number of temporary copies, there’s also ...