|
dune-typetree
2.7.1
|
#include <dune/typetree/typetraits.hh>
Classes | |
| struct | maybe |
| struct | no |
| struct | yes |
Public Types | |
| enum | { value = sizeof(test<T>(0)) == sizeof(yes) } |
Static Public Member Functions | |
| template<typename X > | |
| static maybe< std::is_base_of< V, ImplementationTag< X > >::value > | test (ImplementationTag< X > *a) |
| template<typename X > | |
| static no | test (...) |
| anonymous enum |
|
static |
|
static |