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
how to iterate over "enumerated zip" of 2 containers in C++23?
Jul 28, 2026
c++
std-ranges
c++23
Is there a class to store a generic range in std::ranges?
Jul 27, 2026
c++
iterator
transform
std-ranges
Using C++20 Ranges to Avoid Loops
Jul 26, 2026
c++
c++20
std-ranges
Parallel for loop with std::for_each and std::views::iota
Jul 24, 2026
c++
algorithm
visual-c++
c++20
std-ranges
Regarding the pause-resume data loss in MSVC std::experimental::generator
Jul 23, 2026
c++
generator
std-ranges
c++-coroutine
c++23
How to get the type of the values in a C++20 std::ranges range?
Jul 22, 2026
c++
templates
c++20
c++-concepts
std-ranges
How to sort a vector using std::views C++20 feature?
Jul 20, 2026
c++
stl
c++20
std-ranges
How can I specify the return type of a function that returns the result of a ranges pipeline? [duplicate]
Jul 14, 2026
c++
c++20
std-ranges
why does ranges::view_interface<T>::size require a move constructor
Jul 06, 2026
c++
c++20
c++-concepts
std-ranges
Why do `std::views::adjacent` iterators increment all underlying iterators instead of using a more performant shift?
Jul 05, 2026
c++
iterator
c++23
std-ranges
Structured binding for std::views::enumerate of std::map [duplicate]
Jun 29, 2026
c++
stdmap
std-ranges
structured-bindings
range-based-loop
C++23 std::ranges::enumerate with custom index type
Jun 30, 2026
c++
std-ranges
c++23
Range pipeline drops typedef used for formatting style
Jun 30, 2026
c++
pipeline
std-ranges
fmt
c++23
Generating unique random numbers with C++ ranges
Jun 30, 2026
c++
c++20
std-ranges
A c++20 range adaptor whose produced values are iterators to the underlying range
Jun 30, 2026
c++
c++20
std-ranges
range-based-loop
How to create a view over a range that always picks the first element and filters the rest?
Jun 29, 2026
c++
c++20
std-ranges
Ranges filter_view::iterator element modification results in UB
Jun 28, 2026
c++
iterator
c++20
std-ranges
range-v3
Unexpected result with `std::views::transform`, probably caused by "unnamed temporary"
Jun 28, 2026
c++
gcc
clang
c++20
std-ranges
Iterating over first n elements of a container - std::span vs views::take vs ranges::subrange
Jun 27, 2026
c++
c++20
std-ranges
Older Entries »