boost::units::subtract_typeof_helper
// In header: <boost/units/operators.hpp> template<typename X, typename Y> struct subtract_typeof_helper { // public member functions typedef ((X >() -Y >())); };
subtract_typeof_helper
typedef ((X >() -Y >()));