#pragma once template struct TPointerIsConvertibleFromTo { private: // static uint8 Test(...); // static uint16 Test(To*); public: enum { Value = sizeof(Test((From*)nullptr)) - 1 }; };