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
Under what circumstances is ref_view{E} ill-formed and subrange{E} not?
May 21, 2026
c++
c++20
range-v3
std-ranges
Can trim of a string be done inplace with C++20 ranges?
May 21, 2026
c++
c++20
std-ranges
O(1) find/contains in std::ranges::views::iota
May 21, 2026
c++
c++20
std-ranges
c++23
If we have ranges::zip and views::transform, why do we need ranges::zip_transform?
May 20, 2026
c++
tuples
idioms
std-ranges
Sorting two arrays using C++23 zip view
May 17, 2026
c++
std-ranges
c++23
Why doesn't std::execution::par launch threads with std::views::iota iterators
May 15, 2026
c++
multithreading
libstdc++
std-ranges
Why do I get an error: cannot decompose inaccessible member when compiling this code using std::views::chunk?
May 09, 2026
c++
c++20
std-ranges
c++23
can ranges split be used with a predicate?
May 03, 2026
c++
split
c++20
std-ranges
Failing to create a std::ranges::iota_view with value and bound
Apr 27, 2026
c++
std-ranges
Why doesn't ranges provide a type erased view for non-contiguous ranges?
Apr 26, 2026
c++
iterator
c++20
c++-concepts
std-ranges
Can I use std::generator in a C++20 project to generate a range view?
Apr 21, 2026
c++
c++20
std-ranges
c++-coroutine
c++23
Is there any standard functionality for creating a flattened view of a map with a container as the mapped_type?
Apr 17, 2026
c++
c++20
std-ranges
Why std::ranges::view_interface using CRTP
Apr 11, 2026
c++
c++20
range-v3
std-ranges
Why doesn't this code using std::ranges::find on an std::views::zip compile?
Apr 11, 2026
c++
std
std-ranges
c++23
Bug or compilation error with some compilers for simple std::ranges code
Apr 08, 2026
c++
c++20
std-ranges
When should i use range adaptors vs range algorithms?
Apr 02, 2026
c++
c++20
std-ranges
How to use std::views::transform on a vector?
Mar 29, 2026
c++
c++20
std-ranges
Older Entries »