Migration from boost::string_ref and boost::string_view
In this lesson, we'll learn about the classes from which std::string_view was developed.
We'll cover the following...
As with most of the new types in C++17 string_view is also inspired by boost libraries. Marshall Clow implemented boost::string_ref
in the version 1.53 (February 2012) and then it evolved into ...