Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in string-view
Why `std::string_view` is not modifiable?
Sep 04, 2026
c++
c++17
language-design
string-view
Can I change a std::string, which has been assigned to a std::string_view
Aug 29, 2026
c++
c++17
stdstring
string-view
Best way to find distance between beginning of string_view and its underlying string
Aug 27, 2026
c++
std
string-view
Is it legal to construct std::string_view from empty vector<char>?
Aug 12, 2026
c++
c++20
string-view
Is there a way to get a compiler warning when returning a by-value string_view from a temporary?
Aug 11, 2026
c++
c++17
compiler-warnings
temporary-objects
string-view
concatenate string_views in constexpr
Aug 03, 2026
c++
c++17
constexpr
string-view
Why doesn't std::stringstream work with std::string_view?
Jul 31, 2026
c++
c++17
istringstream
string-view
Why does the string introduced by the sv suffix not expire?
Jul 29, 2026
c++
language-lawyer
c++17
string-view
Is it safe to pass an `std::string` temporary into an `std::string_view` parameter?
Jul 20, 2026
c++
c++17
stdstring
string-view
Advantages of string_view literals vs string literals in simple scenarios
Jun 24, 2026
c++
c++17
string-view
Is extending a string_view undefined behavior?
Jun 20, 2026
c++
string-view
How can std::string_view be constexpr?
Jun 16, 2026
c++
c++17
constexpr
string-view
implicitly convert string to string_view
Jun 13, 2026
c++
string
implicit-conversion
string-view
How to hash std::string_view?
Jun 06, 2026
c++
hash
c++17
string-view
Difference between std::basic_string_view<T> and std::span<T>
May 31, 2026
c++
string-view
guideline-support-library
Is it safe to call free on std::string_view::data?
Jun 01, 2026
c++
malloc
c-strings
free
string-view
Why is `std::string_view` not implemented differently?
May 16, 2026
c++
c++17
string-view
Compile error with boost::spirit::x3 v1.84
May 03, 2026
c++
string
boost-spirit
string-view
Older Entries »