PixelLightAPI
.
|
Check if two types are convertible. More...
#include <TypeTraits.h>
Static Public Attributes | |
static const bool | Value = sizeof(test(*(static_cast<From*>(nullptr)), 0)) == 1 |
Check if two types are convertible.
[in] | From | First type |
[in] | To | Second type |
const bool PLCore::IsConvertible< From, To >::Value = sizeof(test(*(static_cast<From*>(nullptr)), 0)) == 1 [static] |
|