MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Public Types
mds::SIsDerived< T, U > Struct Template Reference

Checks if T class is derived from U class. More...

#include <mdsTemplates.h>

List of all members.

Public Types

enum  { RESULT = SIsConversion<const T*, const U*>::RESULT && !SCheckIdentity<const U*, const void*>::RESULT }

Detailed Description

template<class T, class U>
struct mds::SIsDerived< T, U >

Checks if T class is derived from U class.


Member Enumeration Documentation

template<class T , class U >
anonymous enum
Enumerator:
RESULT 

The documentation for this struct was generated from the following file: