Dune Core Modules (2.4.1)
Dune::IsBaseOf< Base, Derived > Class Template Reference
Checks wether a type is derived from another. More...
#include <dune/common/typetraits.hh>
Public Types | |
enum | { value = sizeof(test(makePtr())) == sizeof(Small) } |
Detailed Description
template<class Base, class Derived>
class Dune::IsBaseOf< Base, 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
◆ anonymous enum
template<class Base , class Derived >
anonymous enum |
The documentation for this class was generated from the following file:
- dune/common/typetraits.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)