Commit 76e35f3
Qualifying Range-v3 and C++20's <ranges> entities; ad-hoc snippet for transform and filter
I find myself very frequently writing `ranges::views::`, and I'd be doing the same
with `std::views::` if I was using C++20, so I think this snippets can be useful.
`transform` and `filter` are two of the most used adapters, so haveing a snippet
for them is good (for both `std::` and `ranges::`, at the price of a backspace).1 parent 5094d36 commit 76e35f3
1 file changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
0 commit comments