Hello,
Can anyone tell me what the code beneath means. I've searched but can't find a clear explanation. Maybe someone can give an example of how to use it.
Thanks...
bool MyClass::operator()()
{
....
}
class MyClass
{
virtual bool operator()();
}