[#6359E4103B8AAF5508C81F586B66D7BC7615C086]
Common functionality for string views
class string_view_base;
This base class is used to provide common member functions for reference types that behave like string views. This cannot be instantiated directly; Instead, derive from the type and provide constructors which offer any desired preconditions and invariants.