|
dune-typetree 2.11
|
#include <dune/typetree/typetraits.hh>
Classes | |
| struct | yes |
| struct | no |
Static Public Member Functions | |
| template<typename X> | |
| static yes | test (NodeTag< X > *) |
| template<typename X> | |
| static no | test (...) |
Static Public Attributes | |
| static constexpr bool | value = sizeof(test<T>(0)) == sizeof(yes) |
| True if class T defines a NodeTag. | |
|
static |
|
staticconstexpr |
True if class T defines a NodeTag.