boost::type_erasure::subtractable
// In header: <boost/type_erasure/operators.hpp> template<typename T, typename U, typename R> struct subtractable { // public static functions R (const T &, const U &); };
subtractable
R (const T &, const U &);