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
Why does ranges::for_each return the function?
Nov 18, 2025
c++
language-lawyer
c++20
language-design
std-ranges
Can I compare two view sentinels?
Nov 18, 2025
c++
c++20
std-ranges
What's the return type of std::ranges::max_element?
Nov 16, 2025
c++
c++20
std-ranges
C++23: Is it valid to modify the elements of a `zip_view`?
Nov 09, 2025
c++
language-lawyer
std-ranges
c++23
Use of both predicates and projections in ranges
Nov 09, 2025
c++
c++20
std-ranges
How to write an infinite sequence compatible with std::ranges?
Nov 05, 2025
c++
c++20
std-ranges
C++ back method for sub-range not found after chunking list
Nov 02, 2025
c++
std-ranges
c++23
Joining a range of strings with a delimiter using standard ranges
Nov 04, 2025
c++
c++20
std-ranges
Splitting a string_view using ranges
Nov 03, 2025
c++
c++20
std-ranges
Understanding return type of std::ranges::sort with temporary and prvalue arguments
Nov 03, 2025
c++
sorting
c++20
std-ranges
prvalue
How to make join view in C++ preserving random access?
Nov 02, 2025
c++
c++20
std-ranges
Is it valid to join a transform view whose elements are temporary containers?
Nov 01, 2025
c++
std-ranges
How to check whether elements of a range should be moved?
Oct 30, 2025
c++
c++20
std-ranges
Why doesn't std::ranges::contains try using member contains just like std::ranges::begin tries using member begin? Or does it?
Oct 29, 2025
c++
performance
c++20
std-ranges
c++23
Is it okay to pass projection as predicate argument to std::ranges::any_of/all_of/none_of?
Oct 26, 2025
c++
c++20
projection
std-ranges
Why does c++ for each loops accept r-values but std::ranges do not?
Oct 27, 2025
c++
c++20
std-ranges
Is std::views::keys guaranteed to work correctly with any pair/tuple type?
Oct 26, 2025
c++
c++20
std-ranges
Why aren't non-ranged STL algorithms constrained with concepts in C++20?
Oct 26, 2025
c++
c++20
std-ranges
Why is `iterator_category` deleted in `std::views::concat::iterator` if it's a pure input iterator?
Oct 25, 2025
c++
iterator
standards
std-ranges
c++26
What is the rationale behind the iterator/sentinel of range adaptors providing the base() accessor?
Oct 24, 2025
c++
c++20
std-ranges
c++23
« Newer Entries
Older Entries »