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
10
template
<
typename
t,
typename
k>
11
union
ae2f_union_caster
{
12
t
a
;
13
k
b
;
14
};
15
16
#endif
ae2f_union_caster
C++ union definition for ae2f_union_cast.
Definition
CasterUnion.hpp:11
ae2f_union_caster::a
t a
Definition
CasterUnion.hpp:12
ae2f_union_caster::b
k b
Definition
CasterUnion.hpp:13
include
ae2f
Macro
Cast
CasterUnion.hpp
Generated by
1.12.0