Loading...
Searching...
No Matches
byeolMeta.hpp
Go to the documentation of this file.
1
4
#pragma once
5
6
#include "
indep/macro/forEach.hpp
"
7
#include "indep/macro/overload.hpp"
8
36
#define _ON_EACH_DECL(cmd) __BY__DECL_##cmd
37
#define BY(...) BY_EACH(_ON_EACH_DECL, __VA_ARGS__)
forEach.hpp