Share this postDaily bit(e) of C++Daily bit(e) of C++ | std::views::strideCopy linkFacebookEmailNotesMoreDaily bit(e) of C++ | std::views::strideDaily bit(e) of C++ #82, The C++23 "every n-th element" view: std::views::strideŠimon TóthMar 24, 20231Share this postDaily bit(e) of C++Daily bit(e) of C++ | std::views::strideCopy linkFacebookEmailNotesMoreShareThe C++23 std::views::stride is a view that contains every n-th element from the source view.This is useful when we want to represent column-order traversal using views.Click to open 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