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 std-ranges
C++ 23 range piping with polymorphic behavior experiment
Sep 10, 2026
c++
std-ranges
c++23
Is it possible to construct a `std::span` from a view in C++20?
Sep 10, 2026
c++
c++20
std-ranges
std-span
Get projected value from std::ranges algorithms
Sep 06, 2026
c++
c++20
std-ranges
Does c++20 ranges have any view functions that do not return value?
Sep 05, 2026
c++
c++20
std-ranges
Do C++20 `std::views` store copies or references to their input ranges?
Sep 05, 2026
c++
language-lawyer
std-ranges
How to sum a std::range?
Sep 05, 2026
c++
c++20
std-ranges
How to write a C++20 function accepting a range with both T and const T?
Sep 05, 2026
c++
templates
generics
c++20
std-ranges
Using zip_view piped into a filter_view
Sep 05, 2026
c++
c++20
std-ranges
range-v3
How do I reuse a C++23 `std::generator` instance as a range in multiple range expressions?
Sep 04, 2026
c++
c++20
std-ranges
c++23
Why is it not allowed to create a view for `std::owning_view`?
Sep 02, 2026
c++
c++20
std-ranges
How to use C++ std::ranges to replace substring in string?
Sep 02, 2026
c++
string
replace
c++20
std-ranges
How to find min element using std::ranges::min in C++
Sep 02, 2026
c++
std-ranges
Why do std range algorithms return std::ranges::dangling for rvalue arguments instead of... well, just working?
Sep 01, 2026
c++
c++20
std-ranges
Why doesn't std::ranges::upper_bound accept heterogenous comparing?
Aug 31, 2026
c++
c++20
projection
c++-concepts
std-ranges
Compilers disagree on accepting this view::keys code
Aug 30, 2026
c++
c++20
std-ranges
Projecting on a std::map with std::ranges::min
Aug 29, 2026
c++
c++20
std-ranges
Is there a move-or-copy equivalent of std::forward for perfect forwarding in std::ranges?
Aug 29, 2026
c++
c++20
perfect-forwarding
std-ranges
Older Entries »