kaguya icon indicating copy to clipboard operation
kaguya copied to clipboard

How to register class static member function with default arguments?

Open ghost opened this issue 7 years ago • 1 comments

How to register class static member function with default arguments?

class ABC { public: static void func_a(int p1, int p2 = 0); };

ghost avatar Apr 09 '18 06:04 ghost

static method is same to free function.

satoren avatar Apr 12 '18 11:04 satoren