My question is rather simple. Is there a way to let the function (output) deduce the type used in the class (amp)? I don't always want to write the output<int> part when it should be clear from the class because it is initialised as type int.
Hope it is clear what i mean. Thanks for answers in advance.