|
xtd
0.2.0
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
34#define foreach_(item, ...) \
35 if (const auto& __enumerable__ = xtd::linq::from(__VA_ARGS__); true) \
36 for (auto __break__ = 0; __break__ == 0; __break__ = 1) \
37 for (auto enumerator = __enumerable__.get_enumerator(); __break__ == 0 && enumerator.move_next();) \
38 if (auto __continue__ = 1; __break__ == 0 && __continue__ > 0) \
39 for (item = enumerator.current(); __continue__-- && ++__break__; __break__ = 0)
Contains xtd::linq::from methods.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10