Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string-view

Why string_view instead of generalized container_view<T>?

c++ string c++17 string-view

string_view behaviour when passing temporary std::string

Should methods returning const std::string& return const std::string_view instead?

c++ string c++17 string-view

Why doesn't std::string have a constructor that directly takes std::string_view?

How to correctly create std::string from a std::string_view?

Is it legal to static_cast a string_view to a string

c++ static-cast string-view

Is a std::string_view literal guaranteed to be null-terminated?

When would I pass const& std::string instead of std::string_view?

How you convert a std::string_view to a const char*?

c++ string c++17 string-view

Use of string_view for map lookup

Why is there no implicit conversion from std::string_view to std::string?

c++17 string-view

Why is there no support for concatenating std::string and std::string_view?

c++ string c++17 string-view

What is string_view?

How exactly is std::string_view faster than const std::string&?

c++ string c++17 string-view