Boost logo

Boost :

Subject: Re: [boost] [Review] Boost.Type Traits Extension ending tomorrow
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-03-19 16:53:11


> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk