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
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
How can std::ranges work with initializer_list?
Oct 24, 2025
c++
std-ranges
stdinitializerlist
In what situations does `ranges::for_each` work but `for (auto&& elt : rg)` fail?
Oct 23, 2025
c++
std-ranges
c++23
C++23: How to erase a subrange from vector
Oct 22, 2025
c++
std-ranges
c++23
What is a view_closure in range-v3?
Oct 21, 2025
c++
c++20
range-v3
std-ranges
Why can't I use lazy_split_view with a istream view instead of a string_view?
Oct 20, 2025
c++
istream
std-ranges
c++23
istream-iterator
How do I use member functions to a standard library ranges operation
Oct 20, 2025
c++
c++20
std-ranges
Does there exist a ranges::views::group_by counterpart that takes into account all elements, as opposed to just contiguous ones?
Oct 20, 2025
c++
c++20
range-v3
std-ranges
How to satisfy totally_ordered for a custom type without spaceship comparison operator (ranges::is_sorted, ranges::sort)
Oct 17, 2025
c++
c++20
std-ranges
Older Entries »