SpiceQA
Questions
Tags
Users
Badges
how I can refer to an overloaded function in decltype
gcc
0
Created Sep 18, 2022
Edited Sep 18, 2022
Viewed 19
Follow
void f(int); int f(void); typedef decltype(f) func_t; // error
Is there a way to make this possible?
typedef
c++
1
0
Add comment
+
Share
0 Answers
Related