Back to the basics.
A Recap on string_view
by Jonathan Boccara
From the article:
The string capabilities of C++ have little evolved since C++98, until C++17 brought a major evolution: std::string_view.
Let’s look at what string_view is about and what it can bring to your code, by making it more expressive and making it run faster...
Add a Comment
Comments are closed.