ae2f::Core
Loading...
Searching...
No Matches
CasterUnion.hpp
Go to the documentation of this file.
1#if !defined(ae2f_Macro_Cast_CasterUnion_hpp)
2#define ae2f_Macro_Cast_CasterUnion_hpp
3
10template<typename t, typename k>
12 t a;
13 k b;
14};
15
16#endif
C++ union definition for ae2f_union_cast.
Definition CasterUnion.hpp:11
t a
Definition CasterUnion.hpp:12
k b
Definition CasterUnion.hpp:13