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
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
Deleting map elements in a range-based loop
Jun 20, 2026
c++
unordered-map
std-ranges
range-based-loop
std::ranges::copy will not accept std::vector in visual studio
Jun 19, 2026
c++
compiler-errors
c++20
std-ranges
Using std::ranges algorithms with custom containers and iterators
Jun 12, 2026
c++
iterator
containers
c++20
std-ranges
What is the category of iota_view iterator?
Jun 10, 2026
c++
c++20
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
Older Entries »