I have a number of functions like:
@MyUda("...")
void test();And I want to check them (at compile time, of course) to generate the right calls.
Is there a way to get a list of them? Using traits/reflection?
I have a number of functions like:
@MyUda("...")
void test();And I want to check them (at compile time, of course) to generate the right calls.
Is there a way to get a list of them? Using traits/reflection?