Dune::IsBaseOf< Base, Derived > Struct Template Reference
[Common]
Checks whether a type is derived from another.
More...
#include <dune/common/typetraits.hh>
List of all members.
Public Types |
enum | { value = std::is_base_of<Base,
value = std::is_base_of<Base
} |
Detailed Description
template<class Base, class Derived>
struct Dune::IsBaseOf< Base, Derived >
Checks whether a type is derived from another.
- Template Parameters:
-
| Base | the potential base class you want to test for |
| Derived | type you want to test |
Member Enumeration Documentation
template<class Base , class Derived >
- Enumerator:
value |
True if Base is a base class of Derived.
|
value |
True if Base is a base class of Derived.
|
The documentation for this struct was generated from the following file: