Šimon Tóth’s Post

View profile for Šimon Tóth

C++ Educational Content Creator | 20 years of Software Engineering experience distilled into digestible daily posts

std::views::adjacent is a view similar to std::views::slide, producing a sliding window over the input range. However, where std::views::slide produces subranges, std::views::adjacent produces tuples of references to elements. Consequently, the elements of std::views::adjacent can be deconstructed using structured binding. Compiler Explorer link: https://lnkd.in/eaUcthPm #cpp #cplusplus #coding #programming #dailybiteofcpp

  • text

`pairwise` is too new. I just learned it now!

To view or add a comment, sign in

Explore content categories