Click here to Skip to main content
15,899,825 members

Comments by Jörn Kastner (Top 2 by date)

Jörn Kastner 7-Sep-22 9:43am View    
So, what I really need is a writable std::string_view? Is this something C++2X offers?
Jörn Kastner 7-Sep-22 5:00am View    
Agreed that this is more an "academical" example. On the other hand, if I need to know the exact nature of the original object, what is the benefit of using an abstraction like std::span?