xtd 0.2.0
Loading...
Searching...
No Matches
using.hpp
Go to the documentation of this file.
1
4#pragma once
5
36#define using_(...) \
37 for (bool __xtd_using__ = true; __xtd_using__; __xtd_using__ = false)\
38 for (__VA_ARGS__; __xtd_using__; __xtd_using__ = false)