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