Search code examples
Are there requirements for the default constructed std::forward_iterator state for std::ranges?...


c++c++20std-ranges

Read More
How to get random access container with std-ranges at compile time?...


c++constexprstd-rangesc++23

Read More
How to write a C++23 constant_range factory a la iota, with by-value dereference operator...


c++language-lawyerstd-rangesc++23

Read More
How to fix invalid iterator error while using views pipeline and ranges adjacent_find in c++20...


c++algorithmc++20std-ranges

Read More
Capturing this and forwarding the lambda to another lambda in conjunction with fmt::join...


c++lambdac++20std-rangesfmt

Read More
no match for operator * using min_element...


c++std-rangesstdtuplec++23structured-bindings

Read More
`std::iota_view` is slow when given different types of value and bound?...


c++c++20binary-searchstd-rangesiota

Read More
Skip nth element of the range with views...


c++std-ranges

Read More
Why is implementation using `std::view` and PSTL slower?...


c++c++17std-ranges

Read More
Why returning a "modifiable" ranges view from a function causes a compile error but the sa...


c++std-rangesc++23

Read More
Why std::sort actually moves the content of std::string?...


c++sortingstdstd-ranges

Read More
Behavior differences using string objects as delimiters in ranges::views::split...


c++std-rangesc++23

Read More
ranges::to() error: conversion to non-scalar type requested...


c++implicit-conversionstd-rangesc++23

Read More
Basic use of std::range similar to iota...


c++c++20std-ranges

Read More
A class that can be used as a transform view...


c++c++20std-ranges

Read More
why is std::views::istream not exhausted with take_while...


c++istreamstd-rangesc++23

Read More
Find integers in range which are not in a set...


c++stdvectorstd-rangesstdsetset-difference

Read More
Could views::move help in implementing inplace algorithms?...


c++std-ranges

Read More
Is there a way to marry std::ranges::transform and std::ranges::copy_if?...


c++std-ranges

Read More
What's the return type of std::ranges::max_element?...


c++c++20std-ranges

Read More
C++ Standard Library algorithms readability...


c++std-ranges

Read More
Is there a move-or-copy equivalent of std::forward for perfect forwarding in std::ranges?...


c++c++20perfect-forwardingstd-ranges

Read More
Algorithm implementation for ranges support...


c++stdstd-ranges

Read More
Difficulty using std::views::split to populate a std::vector in C++...


c++splitc++20std-ranges

Read More
How can I get a C++20 forward_range from a C-string without computing its length?...


c++std-ranges

Read More
A c++20 range adaptor whose produced values are iterators to the underlying range...


c++c++20std-rangesrange-based-loop

Read More
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
BackNext