dune-common
2.5.1
|
Checks whether a type is derived from another. More...
#include <dune/common/typetraits.hh>
Public Types | |
enum | { value = std::is_base_of<Base, Derived>::value } |
Checks whether a type is derived from another.
Base | the potential base class you want to test for |
Derived | type you want to test |
anonymous enum |