15 May
2013
15 May
'13
2:25 p.m.
On 15/05/13 15:38, Oliver Kowalke wrote:
013/5/15 Mathias Gaunard
that is not possible
Then I suggest you change the design.
the class has to accept a callable object (function pointer or functor)
The Callable concept does not require that the function be monomorphic nor does it provide a way to know what the type of the argument is. So what you want is inconsistent with the Callable concept.