
19 Mar
2011
19 Mar
'11
8:53 p.m.
Maybe the set of functions should be something like
is_callable<plus, LeftOperandType, RightOperandType>
This is interesting, however it would have to be something like: ::boost::is_callable<::boost::type_traits::operators::plus, LHS, RHS> which is then not so easy to use. Am I wrong? Frédéric