![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Checks convertibility of T type to U type. More...
#include <mdsTemplates.h>
Classes | |
| class | tBig |
Public Types | |
| enum | { RESULT = sizeof(test(makeT())) == sizeof(tSmall) } |
Protected Types | |
| typedef char | tSmall |
Static Protected Member Functions | |
| static T | makeT () |
| static tSmall | test (U) |
| static tBig | test (...) |
Checks convertibility of T type to U type.
typedef char mds::SIsConversion< T, U >::tSmall [protected] |
| static T mds::SIsConversion< T, U >::makeT | ( | ) | [static, protected] |
| static tSmall mds::SIsConversion< T, U >::test | ( | U | ) | [static, protected] |
| static tBig mds::SIsConversion< T, U >::test | ( | ... | ) | [static, protected] |
1.7.6.1