Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string-view

Is extending a string_view undefined behavior?

c++ string-view

How can std::string_view be constexpr?

implicitly convert string to string_view

How to hash std::string_view?

c++ hash c++17 string-view

Difference between std::basic_string_view<T> and std::span<T>

Is it safe to call free on std::string_view::data?

Why is `std::string_view` not implemented differently?

c++ c++17 string-view

Compile error with boost::spirit::x3 v1.84

How can I avoid using #define macros in C++ in a case where I have to concatenate two const char* variables?

Time complexity of converting std::string to std::string_view

c++ string string-view

what is the way to remove the first element from a std::span<T>?

Concatenating string_view objects

Correct way to printf() a std::string_view?

c++ c++17 printf string-view

Is `std::map<std::string, int>` faster than `std::map<std::string_view, int>`?

c++ c++20 string-view

Use an external buffer for a string without copying

c++ string c++11 string-view

Creating a compile time string repeating a char n times

How to make a conversion from std::string_view to std::string

Idiomatically split a string_view

c++ c++17 string-view