Quick question
What is the function type (i think it's called that) for this functor
struct S_FUNC {
void operator()(int i) const {
}
};
S_FUNC func;
guard<void (*)(int)> g(func);
For some reason, vs2010 doesn't think it is "void (*)(int)"
so if it's not that then what is it ?
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.