Share this postDaily bit(e) of C++Daily bit(e) of C++ | std::views::joinCopy linkFacebookEmailNotesMoreDaily bit(e) of C++ | std::views::joinDaily bit(e) of C++ #103, The C++20 flattening view: std::views::joinŠimon TóthApr 14, 20231Share this postDaily bit(e) of C++Daily bit(e) of C++ | std::views::joinCopy linkFacebookEmailNotesMoreShareThe C++20 std::views::join will produce a view over the elements of sub-ranges. Effectively joining the sub-ranges into a single range.Open the example in Compiler Explorer.Leave a commentThanks for reading Daily bit(e) of C++! Subscribe for free to receive new posts and support my work.Subscribe