In the "why use using instead of typedef" department:
How do I typedef a function pointer with the C++11 using syntax?
I'd like to write this
typedef void (*FunctionPtr)();using
using
. How would I do that?
November 14-16, Berlin, Germany
November 18-23, Wrocław, Poland
November 25, Wrocław, Poland
February 10-15, Hagenberg, Austria
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Blog Staff | May 13, 2013 02:10 PM | Tags: basics
In the "why use using instead of typedef" department:
How do I typedef a function pointer with the C++11 using syntax?
I'd like to write this
typedef void (*FunctionPtr)();using
using
. How would I do that?
emsr said on May 15, 2013 12:16 PM:
Add a Comment
Comments are closed.