template <class from, class to> struct ExplicitConversion { enum{ exists = /*true, если можно сделать to(from)*/ }; };