Share this postDaily bit(e) of C++Daily bit(e) of C++ | std::views::istreamCopy linkFacebookEmailNotesMoreDiscover more from Daily bit(e) of C++Random C++ knowledge organized in arbitrary order.Over 1,000 subscribersSubscribeBy subscribing, I agree to Substack's Terms of Use, and acknowledge its Information Collection Notice and Privacy Policy.Already have an account? Sign inDaily bit(e) of C++ | std::views::istreamDaily bit(e) of C++ #327, The C++20 view over homogeneous streams: std::views::istream.Šimon TóthNov 24, 20232Share this postDaily bit(e) of C++Daily bit(e) of C++ | std::views::istreamCopy linkFacebookEmailNotesMoreShareThe C++20 standard added another way to iterate over homogenous streams, the istream view.The std::views::istream is the view version of std::istream_iterator, providing the expected view interface and the associated compatibility with other views.Leave a commentThanks for reading Daily bit(e) of C++! Subscribe for free to receive new posts and support my work.Subscribe2 Likes