40 #define MSL_IS_SUPERCLASS(T, U) (detail::Conversion<const U*, const T*>::exists && !detail::Conversion<const T*, const void*>::sameType)
45 template<
class T,
class U>
71 exists =
sizeof(Test(MakeT())) ==
sizeof(Small)
91 exists =
true, sameType =
true
Definition: conversion.h:46
Definition: conversion.h:101