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
Idiomatically split a string_view
Mar 10, 2023
c++
c++17
string-view
std::string_view compile time hashing
Dec 26, 2022
c++
hash
std
c++17
string-view
Why doesn't std::string_view have assign() and clear() methods?
Dec 25, 2022
c++
stl
string-view
How to compare string_view using if-constexpt in a constexpr context
Dec 16, 2022
c++
c++20
string-view
if-constexpr
How do gsl::string_span and std::string_view differ?
Oct 30, 2022
string-view
guideline-support-library
string-span
Why does passing `const char[N]` and `const char*` to view::c_str() yield different binaries, while string_view produces the same?
Nov 22, 2021
c++
optimization
range-v3
string-view
returning string_view from function
Sep 05, 2022
c++
c++17
string-view
How to use std::string_view::remove_prefix() on a constexpr string_view
Nov 18, 2019
c++
c++17
string-view
What does "owning" mean in the context of programming? [duplicate]
Sep 21, 2022
c++
string-view
When should I use std::string / std::string_view for parameter / return type
Sep 07, 2022
c++
string
c++17
string-view
Why is std::string_view faster than const char*?
Sep 14, 2022
c++
optimization
benchmarking
string-view
Is this a good practice to replace 'const std::string &' with 'std::string_view' or just 'std::string'? [duplicate]
Feb 15, 2022
c++
string
stl
parameter-passing
string-view
Is there a string_view equivalent for other container types?
Apr 17, 2022
c++
string
iterator
string-view
How to create a constexpr array with a sequence of string_views at compile time?
Aug 31, 2022
c++
arrays
templates
constexpr
string-view
Is it safe to return a static string_view created from a string literal?
Sep 05, 2022
c++
c++17
constexpr
string-literals
string-view
Why can't I create a std::string_view from std::string iterators?
Sep 14, 2022
c++
c++17
stdstring
string-view
Create span of string_views from C string array
Aug 30, 2022
c++
c++20
string-view
std-span
Why is there no overload for printing `std::byte`?
Mar 07, 2022
c++
stdout
c++20
string-view
std-byte
Any gotchas replacing global const char[] with constexpr string_view?
Feb 27, 2022
c++
c++17
constexpr
string-view
Older Entries »