Search code examples
Can `split_view` or a composition of multiple `spilt_view`s be used to split a `string`/`string_view...


c++splitstd-rangesc++23string-view

Read More
How to join compile-time string-like objects while keeping the API simple?...


c++constexprstring-concatenationstring-viewchar-pointer

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


c++stringc++17language-designstring-view

Read More
Tokenize a string with std::views...


c++c++20string-view

Read More
Why `std::string_view` is not modifiable?...


c++c++17language-designstring-view

Read More
Correct way to printf() a std::string_view?...


c++c++17printfstring-view

Read More
Initialize std::list<CustomType> from std::initializer_list<std::string_view> in ctor&#3...


c++c++17string-viewmember-initializationstdinitializerlist

Read More
How to find the first occurring string_view in another string_view?...


c++algorithmc++23string-view

Read More
How to extract std::string_view tokens from std::ranges::lazy_split_view using >= C++23?...


c++splitstdc++23string-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
BackNext