Horizon
Loading...
Searching...
No Matches
range_for.hpp File Reference

Go to the source code of this file.

Macros

#define RANGES_FOR(VAR_DECL, ...)

Macro Definition Documentation

◆ RANGES_FOR

#define RANGES_FOR ( VAR_DECL,
... )
Value:
for(VAR_DECL : (__VA_ARGS__))