Search code examples
Generating unique random numbers with C++ ranges...

c++c++20std-ranges

Read More
Range pipeline drops typedef used for formatting style...

c++pipelinestd-rangesfmtc++23

Read More
Understanding return type of std::ranges::sort with temporary and prvalue arguments...

c++sortingc++20std-rangesprvalue

Read More
Range concept for a specific type...

c++c++20c++-conceptsstd-ranges

Read More
C++ back method for sub-range not found after chunking list...

c++std-rangesc++23

Read More
Is std::views::keys guaranteed to work correctly with any pair/tuple type?...

c++c++20std-ranges

Read More
How to iterate std::chrono::year_month_day using std::ranges::iota_view...

c++std-ranges

Read More
Unexpected Output with Lazily Generating Fibonacci Sequence in C++20 Ranges...

c++c++20std-ranges

Read More
Why doesn't views::split work in both places when apparent value is the same...

c++std-rangesc++23

Read More
C++ 23 range piping with polymorphic behavior experiment...

c++std-rangesc++23

Read More
How do I enable my type for std::ranges::to?...

c++std-rangesc++23

Read More
Compilation failures with C++ ranges...

c++std-ranges

Read More
Joining range of vectors does not give a range...

c++gccstd-rangesc++23

Read More
Update range on successive iterations based on strides (or other operations)...

c++stlstd-ranges

Read More
`format_as` use with range types...

c++std-rangesfmtc++23

Read More
C++ parallel STL Vectorized algorithm not implemented p2408...

c++gcctbbstd-rangesc++23

Read More
Using std::vector<int>::back as projection for std::ranges::sort...

c++std-ranges

Read More
std::views::transform not working after std::views::chunk...

c++std-rangesc++23

Read More
Why can't I use lazy_split_view with a istream view instead of a string_view?...

c++istreamstd-rangesc++23istream-iterator

Read More
What is the point of c++20 ranges?...

c++iteratorc++20std-ranges

Read More
Is this false-positive case of C26800 Use of a moved from object warning?...

c++visual-studiostlvisual-studio-2022std-ranges

Read More
Is there a way to squeeze range by certain ratio?...

c++std-ranges

Read More
Sorting with zipped views...

c++std-ranges

Read More
Is there a way to address more than one pair of elements in comparison predicate?...

c++stlstdstd-ranges

Read More
How to sort indexes to data through views?...

c++stlstd-ranges

Read More
Standard algorithm to operate on adjacent elements...

c++stl-algorithmstd-ranges

Read More
Do C++20 ranges have value(not predicate) version of filter or any_of?...

c++c++20std-ranges

Read More
Why does this usage of std::move and std::list with a custom view type cause an infinite recursion?...

c++stlc++20move-semanticsstd-ranges

Read More
boost::range::combine does not work with std::subrange...

c++boostc++20std-ranges

Read More
Why does GCC copy object for each comparison in `std::ranges::max`?...

c++gccstlclangstd-ranges

Read More
BackNext