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