2
3
4
5
6
7
8
9
11#if !defined(ae2f_Cast_h)
15#include "./Cast/CasterUnion.hpp"
16#include "./LangVer.auto.h"
21
22
23
24#define ae2f_RecordMk(type, v)
28#define ae2f_static_cast(t, v)
32#define ae2f_dynamic_cast(t, v)
36#define ae2f_reinterpret_cast(t, v)
40#define ae2f_const_cast(t, v)
44
45
46
47
48
49
50
51
52
53
54
55
56#define ae2f_union_cast(tThen, tNow, v)
#define ae2f_constexprmethod
#define ae2f_WhenCXX(a)
Appears when the current language is C.
#define ae2f_WhenC(a)
Appears when the current language is C++.
#define ae2f_stdcc_v
Standard C++ version. .
#define __ae2f_stdcheck_CC(v)