Strings in Constant Expressions
Now, we'll learn why string_view works with constant expressions.
We'll cover the following...
We'll cover the following...
The interesting property of string_view is that all of the methods are marked as constexpr (except for copy, ...