This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Implement N3762 string_view: a non-owning reference to a string.


Greetings,

As the title says. It's a pretty simple class" a non-mutating read-only view into a const CharT* or a basic_string.

Built and tested on x86_64-linux.

OK?

Attachment: CL_string_view
Description: Text document

Attachment: patch_string_view
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]