istream-view Questions
1
Solved
Apparently, C++20 has a new std::istream-related construct: std::istream_view. The cppreference page on it is a stub right now†. So, what is a "view of an istream" and what can I use it f...
Rick asked 11/12, 2020 at 22:32
1
Solved
I was trying to implement a generic reduction operation for my extensions for c++20's ranges that would collect the elements of any range into a given container. To achieve that, I first created a ...
Repair asked 3/10, 2020 at 12:20
1
© 2022 - 2024 — McMap. All rights reserved.