Introduction
The string view class builds itself on the string class. It restricts the operations that can be performed on a string.
We'll cover the following...
A string view is a non-owning reference to a string. It represents a view of a sequence of characters. ...