Jump to content

C++ Language/Std/Strings/AliasedStrings

From Wikibooks, open books for an open world

The newer std::string_view class is like std::string, except that its copy-construction does aliasing instead of copying character data.

Additional information about aliased strings