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
What are the incentive of some std::ranges::XXX_n? [duplicate]
Jun 02, 2026
c++
c++20
std-ranges
std-algorithm
What is a concrete use case of std::ranges::partial_sort_copy with *different* projections?
May 31, 2026
c++
c++20
std-ranges
partial-sort
How would you implement a lazy "range factory" for C++20 ranges that just calls a generator function?
May 26, 2026
c++
c++20
std-ranges
Why chained range views sometimes increase in size?
May 27, 2026
c++
c++20
std-ranges
Does std::ranges::views::enumerate use the wrong type for indexing on GCC?
May 26, 2026
c++
language-lawyer
std-ranges
size-t
c++23
How to define a C++ concept for a range to a std::pair of reference wrappers?
May 26, 2026
c++
c++20
c++-concepts
std-ranges
Why isn't a transform_view a borrowed_range?
May 24, 2026
c++
std-ranges
How to lexicographically compare two vectors in reverse order?
May 22, 2026
c++
vector
comparison-operators
std-ranges
lexicographic-ordering
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
Older Entries »