Checks wether a type is derived from another.
More...
#include <dune/common/typetraits.hh>
List of all members.
Public Types |
enum | { value = sizeof(test(makePtr())) == sizeof(Small)
} |
Detailed Description
template<class Base, class Derived>
class Dune::IsBaseOf< Base, Derived >
Checks wether a type is derived from another.
- Template Parameters:
-
Base | the potential base class you want to test for |
Derived | type you want to test |
Similar idea to this website
Member Enumeration Documentation
template<class Base , class Derived >
- Enumerator:
value |
True if Base is a base class of Derived.
|
Constructor & Destructor Documentation
template<class Base , class Derived >
The documentation for this class was generated from the following file: