|
SlHelpers
|
Mimic c++23's std::views::adjacent<2>. More...
#include <Views.h>
Classes | |
| struct | Sentinel |
| The Sentinel for PairwiseView's Iterator. More... | |
| struct | Iterator |
| The Iterator for PairwiseView. More... | |
Public Member Functions | |
| constexpr | PairwiseView (V base) |
Construct a new PairwiseView containing base. | |
| auto | begin () |
| Get the beginning of the range. | |
| auto | end () |
| Get the end of the range. | |
Mimic c++23's std::views::adjacent<2>.