xtd 0.2.0
block_scope.h
Go to the documentation of this file.
1 #pragma once
5 namespace xtd {
23 #define block_scope_(...) \
24  for (bool __xtd_block_scope__ = true; __xtd_block_scope__; __xtd_block_scope__ = false)\
25  for (__VA_ARGS__; __xtd_block_scope__; __xtd_block_scope__ = false)
26 }
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17