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?
March 11-13, Online
March 16-18, Madrid, Spain
March 23-28, Croydon, London, UK
March 30, Kortrijk, Belgium
May 4-8, Aspen, CO, USA
May 4-8, Toronto, Canada
June 8 to 13, Brno, Czechia
June 17-20, Folkestone, UK
September 12-18, Aurora, CO, USA
November 6-8, Berlin, Germany
November 16-21, Búzios, Rio De Janeiro, Brazil
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.