Deconstructing function pointers in a C++ template, the calling convention conundrum

1 · Raymond Chen · July 16, 2020, 3 p.m.
We continue our attempt to build a traits class for function pointers by incorporating another attribute of function pointers: The calling convention. Calling conventions are not formally part of the standard, but they are a common extension, supported by the Microsoft compiler, The post Deconstructing function pointers in a C++ template, the calling convention conundrum appeared first on The Old New Thing....