Search code examples
Why doesn't std::stringstream work with std::string_view?...

c++c++17istringstreamstring-view

Read More
From one argument make two - at compile time...

c++printfc++20constexprstring-view

Read More
Using std::string_view with api that expects null-terminated string...

c++stringc++17null-terminatedstring-view

Read More
Why is `std::string_view` not implemented differently?...

c++c++17string-view

Read More
Why is std::string_view faster than const char*?...

c++optimizationbenchmarkingstring-view

Read More
Why doesn't std::istream_iterator< std::string_view > compile?...

c++libstdc++string-viewistream-iterator

Read More
fmt Library - Formatting to a (compile-time) string_view...

c++string-formattingcompile-timestring-viewfmt

Read More
How to make a conversion from std::string_view to std::string...

c++stringc++17implicit-conversionstring-view

Read More
Is it legal to construct std::string_view from empty vector<char>?...

c++c++20string-view

Read More
Why can't I create a std::string_view from std::string iterators?...

c++c++17stdstringstring-view

Read More
How to let a template function accept anything you can construct some basic_string_view out...

c++templatesc++20string-view

Read More
Using constexpr and string_view in module...

c++linker-errorsconstexprstring-viewc++-modules

Read More
Creating a std::string from std::string_view...

c++stringstring-view

Read More
Is std::move safe in an arguments list when the argument is forwarded, not move constructed?...

c++c++17move-semanticsstring-view

Read More
c++17 Ambiguity when compare string_view with string...

c++c++17string-view

Read More
What's the connection of string_view and basic_string<char> and why does string_view examp...

c++c++20windows-subsystem-for-linuxstring-view

Read More
Inconsistent output from gcount()...

c++stringstreamstringtokenizerstring-view

Read More
How to provoke a compile-time error if a specific overload of a function is called?...

c++constructor-overloadingstring-view

Read More
string_view Vs const char* performance...

c++c-stringsstdstringmicro-optimizationstring-view

Read More
warning: object backing the pointer will be destroyed at the end of the full-expression for std::pai...

c++c++17stdstringtemporarystring-view

Read More
container of string_view's - are they always null-terminated?...

c++c++17string-view

Read More
Please update includepath error at #include <string_view>...

c++visual-studio-codec++17string-view

Read More
Time complexity of converting std::string to std::string_view...

c++stringstring-view

Read More
Remove last character of std::string_view...

c++gccstring-view

Read More
How returning a string_view of a local literal works...

c++returnlifetimelocal-variablesstring-view

Read More
When should I use std::string / std::string_view for parameter / return type...

c++stringc++17string-view

Read More
What does "owning" mean in the context of programming?...

c++string-view

Read More
String view literals in header file...

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

Read More
Creating a compile time string repeating a char n times...

c++c++20string-literalscompile-timestring-view

Read More
Does C++ 17 STL std::string_view fulfill RAII design philosiphy?...

c++raiistring-view

Read More
BackNext