4.19 — std::string_view (part 2)
In prior lessons, we introduced two string types: std::string () and std::string_view (). Because std::string_view is our first encounter with a view type, we’re going to spend some additional time discussing it further. We will focus on how to use std::string_view safely, and provide some examples illustrating how it can …