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