Is it possible to declare a pointer to a function with unknown (at compile time) return value – stackoverflow.com

I have a class A in which I want to have a pointer to a function as data member: class A { protected: double (*ptrToFunction) ( double ); public: ... //Setting function according to its ...

from Hot Questions - Stack Exchange OnStackOverflow
via Blogspot

Share this

Artikel Terkait

0 Comment to "Is it possible to declare a pointer to a function with unknown (at compile time) return value – stackoverflow.com"