EN VI
Posts (0)
Questions (2)
2024-03-10 00:00:09
slide_view requires forward_range since the elements need to be traversed more than once. This is not the case for join_view in your case, because the latter joins a nested range whose elements are pr...
Tags: c++ c++20 std-ranges
2024-03-12 20:00:07
Function ranges::fold_left_first returns std::optional rather then int: https://en.cppreference.com/w/cpp/algorithm/ranges/fold_left_first Here's the corrected code: #include #include #include #i...
Tags: c++ fold std-ranges

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login