Suppose I\'ve got a function functionProxy that takes a generic parameter function and call its operator():
functionProxy
function
operator()
template&l
Is the compiler able to inline the calls? Yes.
Will it? Maybe. Check after you know it matters.