[#6359E4103B8AAF5508C81F586B66D7BC7615C086]

Class string_view_base

Common functionality for string views

Synopsis

            class string_view_base;
        

Types

Member Functions

Variables

Friends

Description

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.