Closed straywriter closed 3 years ago
I wonder if RTTR can handle function overloading, I didn't see that in the unit tests. For example:
struct test { void foo(); void foo(int a); };
How should this situation be registered
ok i find
I wonder if RTTR can handle function overloading, I didn't see that in the unit tests. For example:
How should this situation be registered