Search code examples
How exactly is std::string_view faster than const std::string&?...


c++stringc++17string-view

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


c++stringc++17string-view

Read More
What is string_view?...


c++c++17string-viewfundamentals-ts

Read More
Is extending a string_view undefined behavior?...


c++string-view

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


c++stringboost-spiritstring-view

Read More
std::string_view issues on GCC8...


c++17gcc-warningstring-view

Read More
Does it makes sense to take vector<string_view> as a parameter...


c++stringvectorparameter-passingstring-view

Read More
How can std::string_view be constexpr?...


c++c++17constexprstring-view

Read More
How does the implicit conversion of string to string_view work for operator== in the standard librar...


c++templatestype-conversionstring-view

Read More
Error when returning a string from a function that has a string_view as parameter...


c++stringcompiler-errorsstring-view

Read More
How to use span to wrap up command line args...


c++c++20string-viewstd-span

Read More
How to store either std::string or std::string_view in a std::variant?...


c++c++20stdstringstring-viewstd-variant

Read More
Can I repeat a std::string_view without copying when printing indentation?...


c++loggingstring-view

Read More
Can I change a std::string, which has been assigned to a std::string_view...


c++c++17stdstringstring-view

Read More
string append string_view unexpected result...


c++string-view

Read More
Creating an array of string_view elements throws error: unable to find string literal operator ‘oper...


c++c++17string-view

Read More
Join a container of `std::string_view`...


c++boostc++17string-view

Read More
Pass string literal to the function argument which constructor only takes std::string_view...


c++constructorc++17string-literalsstring-view

Read More
returning string_view from function...


c++c++17string-view

Read More
template argument deduce error for raw C string literal but works for std::string_view...


c++c++20string-viewstd-span

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


c++templatesc++20string-viewstd-span

Read More
C++ CRTP: how to extend the std::string_view to std::basic_string_view<T> by passing template ...


c++parsingc++17crtpstring-view

Read More
What is the correct way to “clear" a std::string_view?...


c++c++17stdstringstring-view

Read More
How can I avoid using #define macros in C++ in a case where I have to concatenate two const char* va...


c++c++20constexprfmtstring-view

Read More
how to split a string_view into multiple string_view objects without any dynamic allocations...


c++optimizationc++20stringtokenizerstring-view

Read More
Access a string view of an object inside a vector of interfaces C++...


c++oopinheritancestdvectorstring-view

Read More
Are two std::string_views refering to equal-comparing string literal always also equal?...


c++string-comparisonstring-literalsstring-viewlink-time-optimization

Read More
Force decay of string literals (const char array) to ptr...


c++string-literalsstring-viewemplace

Read More
Will it be a good practice if I replace function return value from std::string to std::string_view?...


c++c++17string-view

Read More
Why doesn't std::stringstream work with std::string_view?...


c++c++17istringstreamstring-view

Read More
BackNext