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
Invalid operands to binary expression when importing custom view from a module
Dec 31, 2025
c++
c++20
std-ranges
c++-modules
Why does std::ranges::find_if return an iterator but std::ranges::find_last_if return a subrange?
Jan 01, 2026
c++
std
std-ranges
c++23
Possible ways to make this `cartesian_product_with_filter` function variadic?
Dec 31, 2025
c++
c++20
variadic-templates
std-ranges
range-v3
How to reduce verbosity when splitting `std::string_view` by `std::views::split`?
Dec 24, 2025
c++
c++23
std-ranges
Tweaking clang-format for C++20 ranges pipelines
Dec 19, 2025
c++
c++20
clang-format
std-ranges
range parameter for any iterable input with properly convertible elements
Dec 18, 2025
c++
c++20
c++-concepts
rvalue
std-ranges
How to make ranges::binary_search (heterogeneous search in particualar) work with references
Dec 15, 2025
c++
c++20
std-ranges
Am I misunderstanding how `std::views::cartesian_product` is supposed to work?
Dec 13, 2025
c++
cartesian-product
std-ranges
c++23
What am I missing in my custom std::ranges iterator?
Dec 08, 2025
c++
c++20
std-ranges
Why doesn't std::ranges::find compile while std::find works fine?
Dec 06, 2025
c++
c++20
std-ranges
Passing std::ranges::views as parameters in C++20
Dec 07, 2025
c++
c++20
std-ranges
Why can't C++23's enumerate_view (unlike Range-v3's namesake) be piped into Range-v3's to_vector?
Dec 05, 2025
c++
c++23
std-ranges
range-v3
How to use iota_view for custom IntLike types?
Nov 29, 2025
c++
c++20
std-ranges
iota
ranges::sort does not compile
Nov 26, 2025
c++
operator-overloading
c++20
std-ranges
What does the vertical pipe | mean in the context of c++20 and ranges?
Nov 24, 2025
c++
c++20
std-ranges
bitwise-or
Range concept for a specific type
Nov 23, 2025
c++
c++20
c++-concepts
std-ranges
How can I elegantly fill/initialize two (or more) ranges from a range containing pairs/tuples of elements?
Nov 24, 2025
c++
std-ranges
c++23
Why does std::views::take_while() do so many function invocations? (even with `cache_latest`)
Nov 23, 2025
c++
std-ranges
c++23
c++26
Older Entries »