Function call operator
- Politechnika Śląska
- Computer Programming
Function call operator result T::operator()(args); Any number of arguments, overloadable Exception: function call operator may have default arguments We may use an object as if it were a function T ob; ob(); we use it - when there is no appropriate operator, that we needed - there is a domi...