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