List Question
20 TechQA 2024-03-27T04:26:29.453000Functors not recognized as transform_view args
60 views
Asked by haleyk
Why does std::views::take not yield a sized_range?
43 views
Asked by Ole
new initializer expression list treated as compound expression [-fpermissive]
30 views
Asked by Ludovic Aubert
How to to concat multiple ranges views
39 views
Asked by Ludovic Aubert
What is the advantage of a views::filter vs an if-continue?
100 views
Asked by Kaiyakha
Creating std subrange from boost archive iterators
38 views
Asked by Indigo
Which is better transform or views::transform for conversion?
63 views
Asked by Morse
I am unable to construct a vector using a iterators over a view that uses take_while in its construction
115 views
Asked by SHIPWECK
error: cannot convert 'std::optional<int>' to 'const int' in initialization
89 views
Asked by Ludovic Aubert
Performance Discrepancy between std::lower_bound and std::ranges::lower_bound
67 views
Asked by Peter
Why cant I chain after std::ranges::views::join?
82 views
Asked by Sneaky Hulk
Why am I not able to filter properly with drop_while?
60 views
Asked by Seshadri R
Are there requirements for the default constructed std::forward_iterator state for std::ranges?
75 views
Asked by Damir Tenishev
How to write a C++23 constant_range factory a la iota, with by-value dereference operator
70 views
Asked by Drag-On
How to get random access container with std-ranges at compile time?
79 views
Asked by billbillybill
How to fix invalid iterator error while using views pipeline and ranges adjacent_find in c++20
74 views
Asked by masuo
Capturing this and forwarding the lambda to another lambda in conjunction with fmt::join
135 views
Asked by ATK
no match for operator * using min_element
88 views
Asked by Ludovic Aubert
C++ views join_with using multi character separator
69 views
Asked by Ludovic Aubert
`std::iota_view` is slow when given different types of value and bound?
98 views
Asked by Michal Dvořák