How to declare a const reference to function type – stackoverflow.com 06:06 Posted by Unknown No Comments #include <iostream> #include <type_traits> void func() { } int main() { using T = const decltype(func) &; using T2 = void (&)(); std::cout << std::boolalpha << ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Unknown
0 Comment to "How to declare a const reference to function type – stackoverflow.com"
Post a Comment