boost::units::subtract_typeof_helper
template<typename X, typename Y> struct subtract_typeof_helper { // public member functions typedef typeof((typeof_::make< X >()-typeof_::make< Y >())) ; };
subtract_typeof_helper
typedef typeof((typeof_::make< X >()-typeof_::make< Y >())) ;